IllegalPageInputException Class

com.bea.wlw.netui.pageflow
IllegalPageInputException Class

public class IllegalPageInputException

    extends PageFlowException

Exception that occurs when a page input has been added to a Forward that resolves to a @jpf:forward marked redirect="true". Page inputs may not be used on redirect forwards.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          IllegalPageInputException
All Implemented Interfaces

Serializable

Constructor Summary

IllegalPageInputException(String forwardName, String actionName, FlowController flowController, String pageInputName)

Constructor.
 

Method Summary

public String
getForwardName()
Get the name of the relevant Forward.
protected Object[]
getMessageArgs()
public String[]
getMessageParts()
public String
getPageInputName()
Get the name of the relevant page input.
public void
setForwardName(String forwardName)
Set the name of the relevant Forward.
public void
setPageInputName(String pageInputName)
Set the name of the relevant page input.
 
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

IllegalPageInputException

public IllegalPageInputException(String forwardName, 
                                 String actionName, 
                                 FlowController flowController, 
                                 String pageInputName)
Constructor.
 

Method Detail

getForwardName() Method

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

Returns

a String that is the name of the relevant Forward.

getMessageArgs() Method

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

getMessageParts() Method

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

getPageInputName() Method

public String getPageInputName()
Get the name of the relevant page input.

Returns

a String that is the name of the relevant page input.

setForwardName(String) Method

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

Parameters

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

setPageInputName(String) Method

public void setPageInputName(String pageInputName)
Set the name of the relevant page input.

Parameters

pageInputName
a String that is the name of the relevant page input.