Class ExpressionParserException

All Implemented Interfaces:
Serializable

public class ExpressionParserException extends IllegalRuleException
Exception for all errors occurring during expression parsing.
See Also:
  • Constructor Details

    • ExpressionParserException

      public ExpressionParserException(String expression, Throwable cause)
      Instantiates a new expression parser exception.
      Parameters:
      expression - the expression to be evaluated
      cause - the root cause
  • Method Details

    • getExpression

      public String getExpression()
      Gets the expression that failed evaluation.
      Returns:
      the expression that failed evaluation