Uses of Class
com.pnfsoftware.jeb.client.script.ScriptException
Packages that use ScriptException
Package
Description
Facility code to provide implementors of JEB clients a way to offer scripting supports to JEB
users.
-
Uses of ScriptException in com.pnfsoftware.jeb.client.script
Subclasses of ScriptException in com.pnfsoftware.jeb.client.scriptModifier and TypeClassDescriptionclassThis exception is used to report an error that occurred within a JEB Python script, during that script execution.classThis exception is used to report an error that occurred when initializing a JEB Python script.classThis exception is used to report an error that occurred when preparing the JEB Python script engine.Methods in com.pnfsoftware.jeb.client.script that throw ScriptExceptionModifier and TypeMethodDescriptionvoidScriptLoader.execute(IClientContext context) Execute a script.Constructors in com.pnfsoftware.jeb.client.script that throw ScriptExceptionModifierConstructorDescriptionScriptLoader(String path, String libdirPath) Create a new script loader.