Class ScriptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fugerit.java.script.helper.ScriptException
All Implemented Interfaces:
Serializable

public class ScriptException extends Exception
Exception used by EvalScript
See Also:
  • Constructor Details

    • ScriptException

      public ScriptException()
      Default constructor
    • ScriptException

      public ScriptException(Throwable cause)
      Constructor using only the cause
      Parameters:
      cause - the cause of this exception
    • ScriptException

      public ScriptException(String message)
      Constructor using only a message
      Parameters:
      message - the message of this exception
    • ScriptException

      public ScriptException(String message, Throwable cause)
      Constructor using message and cause
      Parameters:
      message - the message of this exception
      cause - the cause of this exception