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

public class TokenEvaluationException extends RuntimeException
The Class TokenEvaluationException.
See Also:
  • Constructor Details

    • TokenEvaluationException

      public TokenEvaluationException(Token token, Throwable cause)
      Instantiates a new token evaluation exception.
      Parameters:
      token - the token
      cause - the root cause
  • Method Details

    • getToken

      public Token getToken()
      Gets the token which is failed to evaluate expression.
      Returns:
      the token