Package com.aspectran.core.context.expr
Class ExpressionParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.context.rule.IllegalRuleException
com.aspectran.core.context.expr.ExpressionParserException
- All Implemented Interfaces:
Serializable
Exception for all errors occurring during expression parsing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionParserException
(String expression, Throwable cause) Instantiates a new expression parser 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
-
ExpressionParserException
Instantiates a new expression parser 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
-