Package de.aristaflow.ilm.model.scripts
Class ScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.ilm.util.IlmException
de.aristaflow.ilm.model.scripts.ScriptException
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException,Serializable
- Direct Known Subclasses:
ScriptEnvironmentException,ScriptEvaluationException
- See Also:
-
Field Summary
FieldsFields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack -
Constructor Summary
ConstructorsConstructorDescriptionThe constructor required for bean deserialisation. -
Method Summary
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
Field Details
-
scriptType
-
scriptName
-
scriptBody
-
-
Constructor Details
-
ScriptException
public ScriptException()The constructor required for bean deserialisation. -
ScriptException
-