Class ScriptEvaluationException

All Implemented Interfaces:
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:
  • Constructor Details

    • ScriptEvaluationException

      public ScriptEvaluationException(String scriptName, String message)
    • ScriptEvaluationException

      public ScriptEvaluationException(String scriptName, String message, Throwable cause)
  • Method Details

    • getScriptName

      public String getScriptName()