Package de.aristaflow.ilm.model.scripts
Class ScriptEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.model.scripts.ScriptException
-
- de.aristaflow.ilm.model.scripts.ScriptEvaluationException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class ScriptEvaluationException extends ScriptException
- See Also:
ScriptEvaluationException
, Serialized Form
-
-
Field Summary
-
Fields inherited from class de.aristaflow.ilm.model.scripts.ScriptException
scriptBody, scriptName, scriptType
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description ScriptEvaluationException()
The constructor required for bean deserialisation.ScriptEvaluationException(ScriptEvaluationException see)
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ScriptEvaluationException
public ScriptEvaluationException()
The constructor required for bean deserialisation.
-
ScriptEvaluationException
public ScriptEvaluationException(@NotNull ScriptEvaluationException see)
-
-