net.sourceforge.stripes.exception
Class StripesJspException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by net.sourceforge.stripes.exception.StripesJspException
All Implemented Interfaces:
Serializable

public class StripesJspException
extends JspException

Stripes' version of the JspException that is used where only JspExceptions can be thrown.

Author:
Tim Fennell
See Also:
Serialized Form

Constructor Summary
StripesJspException(String string)
           
StripesJspException(String string, Throwable throwable)
           
StripesJspException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
 
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
 

Constructor Detail

StripesJspException

public StripesJspException(String string)

StripesJspException

public StripesJspException(String string,
                           Throwable throwable)

StripesJspException

public StripesJspException(Throwable throwable)


? Copyright 2005-2006, Stripes Development Team.