Class ExpressionEvaluationException

  • All Implemented Interfaces:
    Serializable

    public class ExpressionEvaluationException
    extends CommonException
    Error during evaluation of expression. The expressions are defined by system administrator.
    Author:
    Radovan Semancik
    See Also:
    Serialized Form
    • Constructor Detail

      • ExpressionEvaluationException

        public ExpressionEvaluationException()
      • ExpressionEvaluationException

        public ExpressionEvaluationException​(String message)
      • ExpressionEvaluationException

        public ExpressionEvaluationException​(LocalizableMessage userFriendlyMessage)
      • ExpressionEvaluationException

        public ExpressionEvaluationException​(Throwable cause)
      • ExpressionEvaluationException

        public ExpressionEvaluationException​(String message,
                                             Throwable cause)
    • Method Detail

      • getErrorTypeMessage

        public String getErrorTypeMessage()
        Description copied from class: CommonException
        Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
        Specified by:
        getErrorTypeMessage in class CommonException