Package | Description |
---|---|
org.scripthelper.exceptions |
Contains the classes which wrap script exceptions.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
org.scripthelper.swing |
Contains the Swing helper classes for the framework.
|
org.scripthelper.swing.debug |
Contains the Swing helper classes for the debugging framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbortScriptException
This excpetion is used to abort a Script.
|
class |
IllegalScriptArgumentException |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExceptionListener.notifiedFirst(ScriptRuntimeException exception,
char errorType,
java.lang.String extension)
Fired when the first exception is encountered while executing a script.
|
void |
ScriptExceptionListener.notifiedFirst(ScriptRuntimeException exception,
char errorType,
java.lang.String extension)
Fired when the first exception is encountered while executing a script.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMethodProxy.processException(java.lang.Throwable e)
Processed when a Throwable is thrown by a script.
|
void |
ScriptProxy.processException(java.lang.Throwable e)
Processed when a Throwable is thrown by a script.
|
Modifier and Type | Method and Description |
---|---|
ScriptRuntimeException |
ErrorScriptWindow.getRuntimeException()
Return the ScriptRuntimeException.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingExceptionListener.notifiedFirst(ScriptRuntimeException exception,
char errorType,
java.lang.String extension)
Fired when the first exception is encountered while executing a script.
|
Constructor and Description |
---|
ErrorScriptWindow(int line,
ScriptRuntimeException exception,
boolean resetWrapperOnClose,
java.lang.String extension)
Constructor.
|
ErrorScriptWindow(int line,
ScriptRuntimeException exception,
java.lang.String extension)
Constructor.
|
ErrorScriptWindow(java.lang.String title,
int line,
ScriptRuntimeException exception,
boolean resetWrapperOnClose,
java.lang.String extension)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingDebugScriptWindow.notifiedFirst(ScriptRuntimeException exception,
char errorType,
java.lang.String extension)
Fired when the first exception is encountered while executing a script.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence