net.sourceforge.stripes.exception
Class StripesJspException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StripesJspException
public StripesJspException(String string)
StripesJspException
public StripesJspException(String string,
Throwable throwable)
StripesJspException
public StripesJspException(Throwable throwable)
? Copyright 2005-2006, Stripes Development Team.