Package org.oristool.lello.exception
Class EvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oristool.lello.exception.EvalException
- All Implemented Interfaces:
Serializable
Describes an exceptional event occurred while attempting to compute the
numeric value of an expression.
- See Also:
-
Constructor Summary
ConstructorDescriptionEvalException
(String message) EvalException
(String message, Throwable cause) EvalException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvalException
public EvalException() -
EvalException
-
EvalException
-
EvalException
-