net.sourceforge.stripes.exception
Class StripesServletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
net.sourceforge.stripes.exception.StripesServletException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActionBeanNotFoundException, FileUploadLimitExceededException
public class StripesServletException
- extends ServletException
Stripes' implementation of a ServletException that is thrown by Stripes
wherever throws clauses are limited to ServletExceptions.
- 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 |
StripesServletException
public StripesServletException(String string)
StripesServletException
public StripesServletException(String string,
Throwable throwable)
StripesServletException
public StripesServletException(Throwable throwable)
? Copyright 2005-2006, Stripes Development Team.