Class ExpressionEvaluationException

All Implemented Interfaces:
Serializable

Exception which indicates a problem encountered while evaluating a localized string expression.

This class is intended for use by a single thread.

Author:
Mark Allen
See Also:
  • Constructor Details

    • ExpressionEvaluationException

      Constructs a new exception with the specified message.
      Parameters:
      message - the message to use for this exception, may be null
    • ExpressionEvaluationException

      Constructs a new exception with the specified message and cause.
      Parameters:
      message - the message to use for this exception, may be null
      cause - the cause of the exception, may be null