Package com.igormaznitsa.jbbp.exceptions
Class JBBPEvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.igormaznitsa.jbbp.exceptions.JBBPException
com.igormaznitsa.jbbp.exceptions.JBBPEvalException
- All Implemented Interfaces:
Serializable
The Exception is thrown if any errors during execution of an array length evaluator.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJBBPEvalException(String message, JBBPIntegerValueEvaluator evaluator) A Constructor.JBBPEvalException(String message, JBBPIntegerValueEvaluator evaluator, Throwable cause) A Constructor. -
Method Summary
Modifier and TypeMethodDescriptionget the cause evaluator.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JBBPEvalException
A Constructor.- Parameters:
message- a message, can be nullevaluator- a cause evaluator, can be null
-
JBBPEvalException
A Constructor.- Parameters:
message- a message, can be nullevaluator- a cause evaluator, can be nullcause- a cause exception, can be null
-
-
Method Details
-
getEvaluator
get the cause evaluator.- Returns:
- the cause evaluator for the exception, can be null
-