ActionNotFoundException Class

com.bea.wlw.netui.pageflow
ActionNotFoundException Class

public class ActionNotFoundException

    extends PageFlowException

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


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          ActionNotFoundException
All Implemented Interfaces

Serializable

Constructor Summary

ActionNotFoundException(String actionName, FlowController fc, ActionForm form)

 

Method Summary

protected ActionForm
getForm()
protected Object[]
getMessageArgs()
protected String[]
getMessageParts()
 
Methods from  com.bea.wlw.netui.pageflow.PageFlowException
getActionName, getFlowController, getFlowControllerURI, getLocalizedMessage, getMessage, printError, sendError
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ActionNotFoundException

public ActionNotFoundException(String actionName, 
                               FlowController fc, 
                               ActionForm form)
 

Method Detail

getForm() Method

protected ActionForm getForm()

getMessageArgs() Method

protected Object[] getMessageArgs()
Overrides
PageFlowException.getMessageArgs()

getMessageParts() Method

protected String[] getMessageParts()
Overrides
PageFlowException.getMessageParts()