org.apache.beehive.netui.pageflow.internal
Class DeferredPageFlowException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by PageFlowManagedObjectException
                  extended by PageFlowException
                      extended by DeferredPageFlowException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DoubleFormPostException, NotLoggedInException, UnfulfilledRolesException

public abstract class DeferredPageFlowException
extends PageFlowException

See Also:
Serialized Form

Constructor Summary
protected DeferredPageFlowException(String actionName)
           
protected DeferredPageFlowException(String actionName, FlowController fc)
           
 
Method Summary
 FlowController getFlowController()
          Get the related FlowController.
abstract  int getResponseErrorCode()
           
 String getResponseErrorMessage()
           
 void setFlowController(FlowController fc)
           
 
Methods inherited from class PageFlowException
getActionName, getFlowControllerURI, init
 
Methods inherited from class PageFlowManagedObjectException
getLocalizedMessage, getManagedObject, getMessage, getMessageArgs, getMessageParts, init, printError, sendError, setManagedObject
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeferredPageFlowException

protected DeferredPageFlowException(String actionName)

DeferredPageFlowException

protected DeferredPageFlowException(String actionName,
                                    FlowController fc)
Method Detail

getFlowController

public FlowController getFlowController()
Description copied from class: PageFlowException
Get the related FlowController.

Overrides:
getFlowController in class PageFlowException
Returns:
the FlowController associated with this exception.

setFlowController

public void setFlowController(FlowController fc)

getResponseErrorCode

public abstract int getResponseErrorCode()

getResponseErrorMessage

public String getResponseErrorMessage()