Package com.aspectran.core.context.expr
Class ExpressionEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.context.expr.ExpressionEvaluationException
- All Implemented Interfaces:
Serializable
Error during evaluation of expression.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEvaluationException
(String expression, Throwable cause) Instantiates a new expression evaluation exception. -
Method Summary
Modifier and TypeMethodDescriptionGets the expression that failed evaluation.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionEvaluationException
Instantiates a new expression evaluation exception.- Parameters:
expression
- the expression to be evaluatedcause
- the root cause
-
-
Method Details
-
getExpression
Gets the expression that failed evaluation.- Returns:
- the expression that failed evaluation
-