Package com.igormaznitsa.jbbp.exceptions
Class JBBPParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.igormaznitsa.jbbp.exceptions.JBBPException
com.igormaznitsa.jbbp.exceptions.JBBPCompilationException
com.igormaznitsa.jbbp.exceptions.JBBPParsingException
- All Implemented Interfaces:
Serializable
The Exception can be thrown during parsing process.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJBBPParsingException(String message) A Constructor.JBBPParsingException(String message, Throwable cause) A Constructor. -
Method Summary
Methods inherited from class com.igormaznitsa.jbbp.exceptions.JBBPCompilationException
getTokenMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JBBPParsingException
A Constructor.- Parameters:
message- the exception error message
-
JBBPParsingException
A Constructor.- Parameters:
message- the exception error messagecause- the root cause for the exception
-