com.iplanet.jato.taglib
Class JspWrapperException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.servlet.jsp.JspException
|
+--com.iplanet.jato.taglib.JspWrapperException
- All Implemented Interfaces:
- RootCauseException, java.io.Serializable
- public class JspWrapperException
- extends javax.servlet.jsp.JspException
- implements RootCauseException
- Version:
- JATO/1.2.2 $Id: JspWrapperException.java,v 1.8 2002/03/16 03:26:35 todd Exp $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JspWrapperException
public JspWrapperException()
JspWrapperException
public JspWrapperException(java.lang.String message)
JspWrapperException
public JspWrapperException(java.lang.Throwable rootCause)
JspWrapperException
public JspWrapperException(java.lang.String message,
java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()
- Description copied from interface:
RootCauseException
- Accessor for the 'root cause' exception which is the primary event
or driver of this exception.
- Specified by:
getRootCause
in interface RootCauseException
- Following copied from interface:
com.iplanet.jato.util.RootCauseException
- Returns:
- encapsulated exception which is the 'root' or primary cause
getException
public java.lang.Throwable getException()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable