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

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by PageFlowManagedObjectException
                  extended by PageFlowException
                      extended by ReturnToException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoCurrentPageFlowException, NoPreviousActionException, NoPreviousPageException

public abstract class ReturnToException
extends PageFlowException

See Also:
Serialized Form

Constructor Summary
ReturnToException(String actionName, Forward fwd, FlowController fc)
           
 
Method Summary
 boolean causeMayBeSessionExpiration()
           
protected  Object[] getMessageArgs()
           
protected abstract  String[] getMessageParts()
           
 String getReturnToType()
           
 
Methods inherited from class PageFlowException
getActionName, getFlowController, getFlowControllerURI, init
 
Methods inherited from class PageFlowManagedObjectException
getLocalizedMessage, getManagedObject, getMessage, 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

ReturnToException

public ReturnToException(String actionName,
                         Forward fwd,
                         FlowController fc)
Method Detail

getReturnToType

public String getReturnToType()

getMessageArgs

protected Object[] getMessageArgs()
Specified by:
getMessageArgs in class PageFlowManagedObjectException

getMessageParts

protected abstract String[] getMessageParts()
Specified by:
getMessageParts in class PageFlowManagedObjectException

causeMayBeSessionExpiration

public boolean causeMayBeSessionExpiration()
Specified by:
causeMayBeSessionExpiration in class PageFlowException