net.sourceforge.stripes.exception
Class SourcePageNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.sourceforge.stripes.exception.SourcePageNotFoundException
- All Implemented Interfaces:
- Serializable
public class SourcePageNotFoundException
- extends IllegalStateException
A subclass of IllegalStateException
that is thrown when validation errors are present on
a request and the source page cannot be determined.
- Since:
- Stripes 1.5.5
- Author:
- Ben Gunter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SourcePageNotFoundException
public SourcePageNotFoundException(ActionBeanContext actionBeanContext)
- Construct a new instance for the given action bean context.
- Parameters:
actionBeanContext
- The context.
getActionBeanContext
public ActionBeanContext getActionBeanContext()
- Get the action bean context in which this exception occurred.
© Copyright 2005-2006, Stripes Development Team.