Class RuleEngineParseException

All Implemented Interfaces:
Serializable

public class RuleEngineParseException extends RuleEngineException
Exception used to indicate an error during the parse of an expression.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • RuleEngineParseException

      public RuleEngineParseException(String expression, ParseException error)
      Constructs the exception with the expression that caused the error.
      Parameters:
      expression - The expression that caused a parse exception
      error - The parse exception.
  • Method Details

    • getExpression

      public String getExpression()
      This method returns the expression for which the parsing failed.
      Returns:
      the expression for which the parsing failed.