Package com.aspectran.core.context.expr
Class ItemEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.context.expr.ItemEvaluationException
- All Implemented Interfaces:
Serializable
The Class ItemEvaluationException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemEvaluationException
(ItemRule itemRule, Throwable cause) Instantiates a new item evaluation exception. -
Method Summary
Modifier and TypeMethodDescriptionGets the item rule which is failed to evaluate expression.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemEvaluationException
Instantiates a new item evaluation exception.- Parameters:
itemRule
- the item rulecause
- the root cause
-
-
Method Details
-
getItemRule
Gets the item rule which is failed to evaluate expression.- Returns:
- the item rule
-