org.apache.beehive.netui.pageflow
Class NoMatchingActionMethodException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
NoMatchingActionMethodException
- All Implemented Interfaces:
- Serializable
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.
- See Also:
- Serialized Form
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 |
NoMatchingActionMethodException
public NoMatchingActionMethodException(String actionName,
Object form,
FlowController fc)
getFormClassName
public String getFormClassName()
getMessageArgs
protected Object[] getMessageArgs()
- Specified by:
getMessageArgs
in class PageFlowManagedObjectException
getMessageParts
protected String[] getMessageParts()
- Specified by:
getMessageParts
in class PageFlowManagedObjectException
causeMayBeSessionExpiration
public boolean causeMayBeSessionExpiration()
- Specified by:
causeMayBeSessionExpiration
in class PageFlowException