Class ExpressionEvaluationException

All Implemented Interfaces:
Serializable

public class ExpressionEvaluationException extends RuleEngineException
This exception is used when the expand of a TSL text (dynamic text) fails.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ExpressionEvaluationException

      public ExpressionEvaluationException(IExpression expression, Throwable cause)
      Constructs an ExpressionEvaluationException for the expression that failed with the cause of the failure.
      Parameters:
      expression - The expression for which the evaluation failed.
      cause - The cause of the failure.
  • Method Details

    • getExpression

      public IExpression getExpression()
      This method returns the expression for which the evaluation failed.
      Returns:
      the expression for which the evaluation failed.