NoPreviousPageException Class
- public class NoPreviousPageException
extends ReturnToException
Exception that occurs when the user attempts to execute an action marked with the
@jpf:forward return-to="previousPage"
annotation, but there is no previous page in
the current page flow. This could happen if the begin
action returns a
@jpf:forward marked return-to="currentPage"
.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
PageFlowException
ReturnToException
NoPreviousPageException
-
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 |
NoPreviousPageException
public NoPreviousPageException(String
actionName,
Forward
fwd,
FlowController
fc)
getMessageParts() Method
protected String
[] getMessageParts()
-
Overrides
- ReturnToException.getMessageParts()