com.caucho.jsp
Class QJspException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
com.caucho.jsp.QJspException
- All Implemented Interfaces:
- ExceptionWrapper, java.io.Serializable
public class QJspException
- extends JspException
- implements ExceptionWrapper
A JSP exception which includes the proper error page.
- 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 |
QJspException
public QJspException()
QJspException
public QJspException(java.lang.String msg)
QJspException
public QJspException(java.lang.String msg,
java.lang.String errorPage)
QJspException
public QJspException(java.lang.Throwable e)
QJspException
public QJspException(java.lang.Throwable e,
java.lang.String errorPage)
createJspException
public static JspException createJspException(java.lang.Throwable e)
getRootCause
public java.lang.Throwable getRootCause()
- Description copied from class:
JspException
- Returns the root cause of the exception.
- Specified by:
getRootCause
in interface ExceptionWrapper
- Overrides:
getRootCause
in class JspException
getErrorPage
public java.lang.String getErrorPage()