- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.servlet.ServletException
-
- net.sourceforge.stripes.exception.StripesServletException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ActionBeanNotFoundException, FileUploadLimitExceededException
public class StripesServletException
extends javax.servlet.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
-
-
Method Summary
-
Methods inherited from class javax.servlet.ServletException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- Detail:
- Field |
- Constr |
- Method
? Copyright 2005-2006, Stripes Development Team.