Package com.randomnoun.common.jexl.eval
Class EvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.randomnoun.common.jexl.eval.EvalException
- All Implemented Interfaces:
Serializable
A class that encapsulates a runtime exception occuring during
evaluation of an expression.
This class extends RuntimeException because the visit() classes in ObjectVisitor do not have any 'throws' clauses. This should probably be a checked exception.
- Author:
- knoxg
- See Also:
-
Constructor Summary
Constructors -
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
Creates a new EvalException object.- Parameters:
message
- exception message
-