NoPreviousPageException Class

com.bea.wlw.netui.pageflow
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

Constructor Summary

NoPreviousPageException(String actionName, Forward fwd, FlowController fc)

 

Method Summary

protected String[]
getMessageParts()
 
Methods from  com.bea.wlw.netui.pageflow.internal.ReturnToException
getMessageArgs, getReturnToType
 
Methods from  com.bea.wlw.netui.pageflow.PageFlowException
getActionName, getFlowController, getFlowControllerURI, getLocalizedMessage, getMessage, getMessageArgs, getMessageParts, printError, sendError
 
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
   

Constructor Detail

NoPreviousPageException

public NoPreviousPageException(String actionName, 
                               Forward fwd, 
                               FlowController fc)
 

Method Detail

getMessageParts() Method

protected String[] getMessageParts()
Overrides
ReturnToException.getMessageParts()