Class TokenEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.context.asel.token.TokenEvaluationException
- All Implemented Interfaces:
Serializable
The Class TokenEvaluationException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenEvaluationException
(Token token, Throwable cause) Instantiates a new token evaluation exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenEvaluationException
Instantiates a new token evaluation exception.- Parameters:
token
- the tokencause
- the root cause
-
-
Method Details
-
getToken
Gets the token which is failed to evaluate expression.- Returns:
- the token
-