net.sourceforge.stripes.exception
Class StripesRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.stripes.exception.StripesRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExpressionException, UrlBindingConflictException
public class StripesRuntimeException
- extends RuntimeException
Stripes' version of a RuntimeException that is to be preferred in Stripes
code to throwing plain RuntimeExceptions.
- 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 |
StripesRuntimeException
public StripesRuntimeException(String message)
StripesRuntimeException
public StripesRuntimeException(String message,
Throwable cause)
StripesRuntimeException
public StripesRuntimeException(Throwable cause)
? Copyright 2005-2006, Stripes Development Team.