Class ParseExpressionException

All Implemented Interfaces:
Serializable

public class ParseExpressionException extends DRException
Exception indicating an error while parsing a value expression.
See Also:
  • Constructor Details

    • ParseExpressionException

      public ParseExpressionException(String expression, String message)
      Creates a new exception with the specified details.
      Parameters:
      expression - the expression which could not be parsed
      message - additional information about the error
    • ParseExpressionException

      public ParseExpressionException(String expression, String message, Throwable cause)
      Creates a new exception with the specified details.
      Parameters:
      expression - the expression which could not be parsed
      message - additional information about the error
      cause - the underlying cause of the error
  • Method Details