Package | Description |
---|---|
org.scripthelper.exceptions |
Contains the classes which wrap script exceptions.
|
org.scripthelper.groovy |
Contains the classes which implements the Groovy scripts.
|
org.scripthelper.js |
Contains the classes which implements the Javascript scripts.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
org.scripthelper.python |
Contains the classes which implements the Python scripts.
|
org.scripthelper.ruby |
Contains the classes which implements the Ruby scripts.
|
org.scripthelper.swing |
Contains the Swing helper classes for the framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptException<S>
This interface wraps an exception fired by the Scripting engine.
|
Modifier and Type | Method and Description |
---|---|
ScriptException<?> |
ScriptCompilationException.getInternalException()
Return the internal wrapped script exception.
|
ScriptException<?> |
ScriptRuntimeException.getInternalException()
Return the internal wrapped script exception.
|
Constructor and Description |
---|
ScriptCompilationException(ScriptException<?> internalException)
Constructor.
|
ScriptRuntimeException(ScriptException<?> internalException)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptException<S>
This interface wraps a Groovy exception fired by the Scripting engine.
|
Modifier and Type | Method and Description |
---|---|
protected ScriptException<S> |
GroovyScriptWrapper.getCompileException(java.lang.Exception e)
Return a proper exception from a Groovy compile-time exception, with the correct file and line number.
|
ScriptException<S> |
GroovyScriptWrapper.getScriptException(java.lang.Throwable th) |
Modifier and Type | Class and Description |
---|---|
class |
JSScriptException<S>
This interface wraps a Javascript exception fired by the Scripting engine.
|
Modifier and Type | Method and Description |
---|---|
protected ScriptException<S> |
JSScriptWrapper.getCompileException(java.lang.Exception e)
Return a proper exception from a Javascript compile-time exception, with the correct file and line number.
|
ScriptException<S> |
JSScriptWrapper.getScriptException(java.lang.Throwable th) |
Modifier and Type | Method and Description |
---|---|
protected abstract ScriptException<S> |
AbstractScriptWrapper.getCompileException(java.lang.Exception e)
Return a proper exception from a Grooby compile-time exception, with the correct file and line number.
|
ScriptException<S> |
ScriptWrapper.getScriptException(java.lang.Throwable th)
Create a Script exception from a Throwable.
|
ScriptException |
ScriptWrapperCombiner.getScriptException(java.lang.Throwable th)
Create a Script exception from a Throwable.
|
Modifier and Type | Class and Description |
---|---|
class |
PythonScriptException<S>
This interface wraps a Python exception fired by the Scripting engine.
|
Modifier and Type | Method and Description |
---|---|
protected ScriptException<S> |
PythonScriptWrapper.getCompileException(java.lang.Exception e)
Return a proper exception from a Python compile-time exception, with the correct file and line number.
|
ScriptException<S> |
PythonScriptWrapper.getScriptException(java.lang.Throwable th) |
Modifier and Type | Class and Description |
---|---|
class |
RubyScriptException<S>
This interface wraps a Groovy exception fired by the Scripting engine.
|
Modifier and Type | Method and Description |
---|---|
protected ScriptException<S> |
RubyScriptWrapper.getCompileException(java.lang.Exception e)
Return a proper exception from a Ruby compile-time exception, with the correct file and line number.
|
ScriptException<S> |
RubyScriptWrapper.getScriptException(java.lang.Throwable th) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptErrorLoggerArea.error(ScriptException<?> wrapper)
Append an ExceptionWrapper in red in the Logger area.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence