Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.checkerframework.afu.scenelib.io.ParseException
- All Implemented Interfaces:
Serializable
Thrown when index file or javap parsing fails.
Because of the way the parser is implemented, sometimes the error message isn't very good; in particular, it sometimes says "expected A, B or C" when there are legal tokens other than A, B, and C.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException
(String message) ParseException
(String message, Throwable cause) ParseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
public ParseException() -
ParseException
-
ParseException
-
ParseException
-