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