Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.checkerframework.afu.scenelib.io.ParseException
All Implemented Interfaces:
Serializable

public final class ParseException extends Exception
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 Details

    • ParseException

      public ParseException()
    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, Throwable cause)
    • ParseException

      public ParseException(Throwable cause)