public class SourcePageNotFoundException extends IllegalStateException
IllegalStateException that is thrown when validation errors are present on
a request and the source page cannot be determined.| Constructor and Description |
|---|
SourcePageNotFoundException(ActionBeanContext actionBeanContext)
Construct a new instance for the given action bean context.
|
| Modifier and Type | Method and Description |
|---|---|
ActionBeanContext |
getActionBeanContext()
Get the action bean context in which this exception occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SourcePageNotFoundException(ActionBeanContext actionBeanContext)
actionBeanContext - The context.public ActionBeanContext getActionBeanContext()
© Copyright 2005-2006, Stripes Development Team.