org.apache.sling.scripting.jsp
Class SlingPageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.api.SlingException
org.apache.sling.scripting.jsp.SlingPageException
- All Implemented Interfaces:
- Serializable
public class SlingPageException
- extends org.apache.sling.api.SlingException
The SlingPageException
is a runtime exception.
This exception is used to handle the JSP page exception handler
<%@ page errorPage=
scenario and forward as a
runtime exception to be handled at the outermost level.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SlingPageException
public SlingPageException(String errorPage)
getErrorPage
public String getErrorPage()
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.