InfiniteReturnToActionException Class
- public class InfiniteReturnToActionException
extends PageFlowException
Exception that occurs when the user invokes an action that is qualified with a
@jpf:forward return-to="previousAction"
annotation, but the previous action
was the same as the current action (an infinite loop).
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
PageFlowException
InfiniteReturnToActionException
-
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 |
InfiniteReturnToActionException
public InfiniteReturnToActionException(String
actionName,
FlowController
fc)
getMessageArgs() Method
protected Object
[] getMessageArgs()
-
Overrides
-
PageFlowException.getMessageArgs()
getMessageParts() Method
protected String
[] getMessageParts()
-
Overrides
-
PageFlowException.getMessageParts()