org.apache.beehive.netui.pageflow.internal
Class DeferredPageFlowException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
DeferredPageFlowException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DoubleFormPostException, NotLoggedInException, UnfulfilledRolesException
public abstract class DeferredPageFlowException
- extends PageFlowException
- See Also:
- Serialized Form
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 |
DeferredPageFlowException
protected DeferredPageFlowException(String actionName)
DeferredPageFlowException
protected DeferredPageFlowException(String actionName,
FlowController fc)
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()