net.sourceforge.stripes.exception
Class StripesRuntimeException

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

Constructor Summary
StripesRuntimeException(String message)
           
StripesRuntimeException(String message, Throwable cause)
           
StripesRuntimeException(Throwable cause)
           
 
Method Summary
 
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

StripesRuntimeException

public StripesRuntimeException(String message)

StripesRuntimeException

public StripesRuntimeException(String message,
                               Throwable cause)

StripesRuntimeException

public StripesRuntimeException(Throwable cause)


? Copyright 2005-2006, Stripes Development Team.