net.sourceforge.stripes.exception
Class SourcePageNotFoundException

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

Constructor Summary
SourcePageNotFoundException(ActionBeanContext actionBeanContext)
          Construct a new instance for the given action bean context.
 
Method Summary
 ActionBeanContext getActionBeanContext()
          Get the action bean context in which this exception occurred.
 
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

SourcePageNotFoundException

public SourcePageNotFoundException(ActionBeanContext actionBeanContext)
Construct a new instance for the given action bean context.

Parameters:
actionBeanContext - The context.
Method Detail

getActionBeanContext

public ActionBeanContext getActionBeanContext()
Get the action bean context in which this exception occurred.



© Copyright 2005-2006, Stripes Development Team.