org.objectweb.fractal.juliak.asm
Class TreeParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.fractal.juliak.asm.TreeParserException
- All Implemented Interfaces:
- Serializable
public class TreeParserException
- extends Exception
Thrown when a syntax error occurred while parsing the string representation
of a Tree
structure.
- Since:
- 2.5
- Author:
- Lionel Seinturier
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TreeParserException
public TreeParserException(String msg)