Class ScriptEvaluationException

All Implemented Interfaces:
Serializable

public class ScriptEvaluationException extends ScriptException
Signals an error during parsing/evaluation of a script. This can either be a syntax error in the script itself or an exception triggered by the methods it invoked.
Author:
Benjamin Bentmann
See Also:
  • Constructor Details

    • ScriptEvaluationException

      public ScriptEvaluationException(String message, Throwable cause)
      Creates a new exception with the specified message and cause.
      Parameters:
      message - The message, may be null.
      cause - The cause, may be null.
      Since:
      1.3