org.apache.beehive.netui.pageflow
Class ActionNotFoundException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by PageFlowManagedObjectException
                  extended by PageFlowException
                      extended by ActionNotFoundException
All Implemented Interfaces:
Serializable

public class ActionNotFoundException
extends PageFlowException

Exception that occurs when the user tries to execute an action that does not exist on the page flow.

See Also:
Serialized Form

Constructor Summary
ActionNotFoundException(String actionName, FlowController fc, Object form)
           
 
Method Summary
 boolean causeMayBeSessionExpiration()
           
protected  Object getForm()
           
protected  Object[] getMessageArgs()
           
protected  String[] getMessageParts()
           
 
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

ActionNotFoundException

public ActionNotFoundException(String actionName,
                               FlowController fc,
                               Object form)
Method Detail

getMessageArgs

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

getMessageParts

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

getForm

protected Object getForm()

causeMayBeSessionExpiration

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