Class ExpressionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ScopeException

public class ExpressionException extends AppException
Base class for exceptions that may be raised during the evaluation of expressions.
Since:
5.0
Author:
O. Kerpershoek, F. van der Meer
See Also:
  • Constructor Details

    • ExpressionException

      public ExpressionException(String message)
      Constructs an exception object with only a message explaining the cause of the exception.
      Parameters:
      message - Message describing the cause of the exception.
    • ExpressionException

      public ExpressionException(String message, Throwable cause)
      Constructs an exception object with a message and root cause explaining the nature the exception.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Exception object containing the original cause of the error