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
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 |
NoMatchingActionMethodException
public NoMatchingActionMethodException(String
actionName,
ActionForm
form,
FlowController
fc)
getFormClassName() Method
public String
getFormClassName()
getMessageArgs() Method
protected Object
[] getMessageArgs()
-
Overrides
-
PageFlowException.getMessageArgs()
getMessageParts() Method
protected String
[] getMessageParts()
-
Overrides
-
PageFlowException.getMessageParts()