Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.context.expr.token.InvalidTokenException
- All Implemented Interfaces:
Serializable
The Class InvalidTokenException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTokenException
(Token token) Instantiates a new invalid token exception.InvalidTokenException
(String msg, Token token) Instantiates a new invalid token 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
-
InvalidTokenException
Instantiates a new invalid token exception.- Parameters:
token
- the token
-
InvalidTokenException
Instantiates a new invalid token exception.- Parameters:
msg
- the detail messagetoken
- the token
-
-
Method Details
-
getToken
-