Package team.unnamed.mocha.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
team.unnamed.mocha.parser.ParseException
- All Implemented Interfaces:
Serializable
Exception that can be thrown during the
parsing phase
- Since:
- 3.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException(String message, Throwable cause, Cursor cursor) ParseException(String message, Cursor cursor) ParseException(Throwable cause, Cursor cursor) ParseException(Cursor cursor) -
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
-
ParseException
-
ParseException
-
ParseException
-
-
Method Details
-
cursor
-