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

Constructor Summary
JspWrapperException()
           
JspWrapperException(java.lang.String message)
           
JspWrapperException(java.lang.String message, java.lang.Throwable rootCause)
           
JspWrapperException(java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getException()
           
 java.lang.Throwable getRootCause()
          Accessor for the 'root cause' exception which is the primary event or driver of this exception.
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

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)
Method Detail

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