NoMatchingActionMethodException Class

com.bea.wlw.netui.pageflow
NoMatchingActionMethodException Class

public class NoMatchingActionMethodException

    extends PageFlowException

Exception that occurs when the current action method does not accept the type of form passed in the Forward to the action. This may happen when the user returned to the calling page flow, from a nested page flow, with a specified form (@jpf:forward return-form="form-name" or return-form-type="form-type", but no action in the calling page flow accepts that form type.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          NoMatchingActionMethodException
All Implemented Interfaces

Serializable

Constructor Summary

NoMatchingActionMethodException(String actionName, ActionForm form, FlowController fc)

 

Method Summary

public String
getFormClassName()
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

NoMatchingActionMethodException

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

Method Detail

getFormClassName() Method

public String getFormClassName()

getMessageArgs() Method

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

getMessageParts() Method

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