net.sourceforge.stripes.exception
Class StripesServletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by 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

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

StripesServletException

public StripesServletException(String string)

StripesServletException

public StripesServletException(String string,
                               Throwable throwable)

StripesServletException

public StripesServletException(Throwable throwable)


? Copyright 2005-2006, Stripes Development Team.