Class ScriptExecutionException

  • All Implemented Interfaces:
    Serializable

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

      • ScriptExecutionException

        public ScriptExecutionException()
      • ScriptExecutionException

        public ScriptExecutionException​(String message)
      • ScriptExecutionException

        public ScriptExecutionException​(String message,
                                        Throwable cause)