Package org.apache.sling.api.scripting
Class ScriptEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.api.SlingException
org.apache.sling.api.scripting.ScriptEvaluationException
- All Implemented Interfaces:
Serializable
The
ScriptEvaluationException
is thrown by the
SlingScript.eval(SlingBindings)
method if an error occurrs evaluating
the script.- See Also:
-
Constructor Summary
ConstructorDescriptionScriptEvaluationException
(String scriptName, String message) ScriptEvaluationException
(String scriptName, 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
-
-
Method Details
-
getScriptName
-