Facility code to provide implementors of JEB clients a way to offer scripting supports to JEB
users. (This package does not contain types for JEB scripts themselves.)
Classes
Enums
ScriptType |
Type of a JEB script, currently Python (2.7) or Java (deprecated). |
Exceptions
ScriptException |
This exception is used to report a generic error that occurred when processing a JEB Python
script. |
ScriptExecutionException |
This exception is used to report an error that occurred within a JEB Python script, during that
script execution. |
ScriptInitializationException |
This exception is used to report an error that occurred when initializing a JEB Python script. |
ScriptPreparationException |
This exception is used to report an error that occurred when preparing the JEB Python script
engine. |