Class ScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pnfsoftware.jeb.core.exceptions.JebException
com.pnfsoftware.jeb.client.script.ScriptException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ScriptExecutionException
,ScriptInitializationException
,ScriptPreparationException
This exception is used to report a generic error that occurred when processing a JEB Python
script.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptException
(String message) ScriptException
(String message, Throwable cause) ScriptException
(Throwable cause) -
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
-
ScriptException
-
ScriptException
-
ScriptException
-