Package com.lokalized

Class ExpressionEvaluationException

All Implemented Interfaces:
Serializable

@NotThreadSafe public class ExpressionEvaluationException extends RuntimeException
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

      public ExpressionEvaluationException(@Nullable String message)
      Constructs a new exception with the specified message.
      Parameters:
      message - the message to use for this exception, may be null
    • ExpressionEvaluationException

      public ExpressionEvaluationException(@Nullable String message, @Nullable Throwable cause)
      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