Class ScriptExecutionException

  • All Implemented Interfaces:
    Serializable

    public class ScriptExecutionException
    extends CommonException
    Wraps any exceptions that occur during execution of expressions. (ExpressionEvaluationException would be more appropriate, but this name is already used elsewhere.)
    See Also:
    Serialized Form
    • Constructor Detail

      • ScriptExecutionException

        public ScriptExecutionException()
      • ScriptExecutionException

        public ScriptExecutionException​(String message)
      • ScriptExecutionException

        public ScriptExecutionException​(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