Serializable
public class ScriptException extends Exception
Constructor | Description |
---|---|
ScriptException() |
|
ScriptException(String message) |
|
ScriptException(String message,
Throwable cause) |
|
ScriptException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptException()
public ScriptException(String message)
message
- public ScriptException(String message, Throwable cause)
message
- cause
- public ScriptException(Throwable cause)
cause
-