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:
 java.io.Serializable
public class ScriptEvaluationException extends SlingException
TheScriptEvaluationExceptionis thrown by theSlingScript.eval(SlingBindings)method if an error occurrs evaluating the script.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ScriptEvaluationException(java.lang.String scriptName, java.lang.String message)ScriptEvaluationException(java.lang.String scriptName, java.lang.String message, java.lang.Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetScriptName() 
 -