Package com.igormaznitsa.jbbp.exceptions
Class JBBPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.igormaznitsa.jbbp.exceptions.JBBPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JBBPCompilationException,JBBPEvalException,JBBPFinderException,JBBPIOException,JBBPMapperException,JBBPNumericFieldValueConversionException
The Root Exception for all JBBP exceptions.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJBBPException(String message) A Constructor.JBBPException(String message, Throwable cause) A Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JBBPException
A Constructor.- Parameters:
message- the message for the exception
-
JBBPException
A Constructor.- Parameters:
message- the message for the exceptioncause- the root cause for the exception
-