Package ch.tocco.nice2.scripting.api
Class ScriptEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.scripting.api.ScriptEvaluationException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the evaluation of a script fails.
This can be due to syntax errors, security or other problems.
- See Also:
-
Constructor Summary
ConstructorDescriptionScriptEvaluationException
(ScriptReport scriptReport, Throwable cause) ScriptEvaluationException
(String message) ScriptEvaluationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptEvaluationException
-
ScriptEvaluationException
-
ScriptEvaluationException
-
ScriptEvaluationException
-
-
Method Details
-
getScriptReport
-