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:
- java.io.Serializable
public class ScriptEvaluationException
- extends SlingException
The ScriptEvaluationException
is thrown by the
SlingScript.eval(SlingBindings)
method if an error occurrs evaluating
the script.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScriptEvaluationException
public ScriptEvaluationException(java.lang.String scriptName,
java.lang.String message)
ScriptEvaluationException
public ScriptEvaluationException(java.lang.String scriptName,
java.lang.String message,
java.lang.Throwable cause)
getScriptName
public java.lang.String getScriptName()
Copyright © 2007-2009. All Rights Reserved.