UnresolvableForwardException Class

com.bea.wlw.netui.pageflow
UnresolvableForwardException Class

public class UnresolvableForwardException

    extends PageFlowException

Exception thrown by Forward when a forward name does not resolve to a forward defined by @jpf:forward.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          UnresolvableForwardException
All Implemented Interfaces

Serializable

Constructor Summary

UnresolvableForwardException(String forwardName, String actionName, FlowController fc)

Constructor.
 

Method Summary

public String
getForwardName()
Get the name of the unresolvable Forward.
protected Object[]
getMessageArgs()
public String[]
getMessageParts()
public void
setForwardName(String forwardName)
Set the name of the unresolvable Forward.
 
Methods from  com.bea.wlw.netui.pageflow.PageFlowException
getActionName, getFlowController, getFlowControllerURI, getLocalizedMessage, getMessage, 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

UnresolvableForwardException

public UnresolvableForwardException(String forwardName, 
                                    String actionName, 
                                    FlowController fc)
Constructor.
 

Method Detail

getForwardName() Method

public String getForwardName()
Get the name of the unresolvable Forward.

Returns

a String that is the name of the unresolvable Forward.

getMessageArgs() Method

protected Object[] getMessageArgs()
Overrides
PageFlowException.getMessageArgs()

getMessageParts() Method

public String[] getMessageParts()
Overrides
PageFlowException.getMessageParts()

setForwardName(String) Method

public void setForwardName(String forwardName)
Set the name of the unresolvable Forward.

Parameters

forwardName
a String that is the name of the unresolvable Forward.