NoCurrentPageFlowException Class
- public class NoCurrentPageFlowException
extends ReturnToException
Action that occurs when the user invokes an action that is qualified with either a
@jpf:forward return-to="previousAction"
or return-to="previousPage"
,
but there is no current page flow. This happens in iterative development mode when you have
modified files and caused the web application to be redeployed, or when the session expires.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
PageFlowException
ReturnToException
NoCurrentPageFlowException
-
All Implemented Interfaces
-
Serializable
Methods from com.bea.wlw.netui.pageflow.internal.ReturnToException |
getMessageArgs, getReturnToType |
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 |
NoCurrentPageFlowException
public NoCurrentPageFlowException(String
actionName,
Forward
fwd)
getMessageParts() Method
protected String
[] getMessageParts()
-
Overrides
- ReturnToException.getMessageParts()