| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException jaxx.ScriptException
ScriptException | public class ScriptException extends RuntimeException (Code) | | Thrown by the runtime engine when a script error occurs.
|
ScriptException | public ScriptException()(Code) | | Creates a new ScriptException .
|
ScriptException | public ScriptException(String msg)(Code) | | Creates a new ScriptException with the specified detail message.
Parameters: msg - the exception's detail message |
ScriptException | public ScriptException(Throwable initCause)(Code) | | Creates a new ScriptException with the specified cause.
Parameters: initCause - the exception's initCause |
ScriptException | public ScriptException(String msg, Throwable initCause)(Code) | | Creates a new ScriptException with the specified detail message and cause.
Parameters: msg - the exception's detail message Parameters: initCause - the exception's initCause |
|
|
|