Class ScriptExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pnfsoftware.jeb.core.exceptions.JebException
com.pnfsoftware.jeb.client.script.ScriptException
com.pnfsoftware.jeb.client.script.ScriptExecutionException
- All Implemented Interfaces:
Serializable
This exception is used to report an error that occurred within a JEB Python script, during that
script execution. It is not used to report an error occurring within JEB itself (those are
wrapped inside generic
ScriptException
).- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptExecutionException
-