java.io.SerializableInvalidTokenExceptionpublic class TokenEvaluationException extends AspectranRuntimeException
| Constructor | Description |
|---|---|
TokenEvaluationException(java.lang.String msg,
Token token) |
Instantiates a new token evaluation exception.
|
TokenEvaluationException(java.lang.String msg,
Token token,
java.lang.Throwable cause) |
Instantiates a new token evaluation exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
Token |
getToken() |
Gets the token which is failed to evaluate expression.
|
public TokenEvaluationException(java.lang.String msg,
Token token)
msg - the detail messagetoken - the tokenpublic TokenEvaluationException(java.lang.String msg,
Token token,
java.lang.Throwable cause)
msg - the detail messagetoken - the tokencause - the root causepublic Token getToken()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.