Class ScriptPreparationException
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.ScriptPreparationException
- All Implemented Interfaces:
Serializable
This exception is used to report an error that occurred when preparing the JEB Python script
engine.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptPreparationException
(String message) ScriptPreparationException
(String message, 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
-
ScriptPreparationException
-
ScriptPreparationException
-
ScriptPreparationException
-