org.apache.beehive.netui.pageflow
Class IllegalPageInputException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by PageFlowManagedObjectException
                  extended by PageFlowException
                      extended by IllegalActionOutputException
                          extended by IllegalPageInputException
All Implemented Interfaces:
Serializable

Deprecated. Use IllegalActionOutputException instead.

public class IllegalPageInputException
extends IllegalActionOutputException

Exception that occurs when a action output has been added to a Forward that resolves to a @jpf:forward marked redirect="true". Action outputs may not be used on redirect forwards.

See Also:
Serialized Form

Constructor Summary
IllegalPageInputException(String forwardName, String actionName, FlowController flowController, String actionOutputName)
          Deprecated. Constructor.
 
Method Summary
 String getPageInputName()
          Deprecated. Get the name of the relevant action output.
 void setPageInputName(String actionOutputName)
          Deprecated. Set the name of the relevant action output.
 
Methods inherited from class IllegalActionOutputException
causeMayBeSessionExpiration, getActionOutputName, getForwardName, getMessageArgs, getMessageParts, setActionOutputName, setForwardName
 
Methods inherited from class PageFlowException
getActionName, getFlowController, getFlowControllerURI, init
 
Methods inherited from class PageFlowManagedObjectException
getLocalizedMessage, getManagedObject, getMessage, init, printError, sendError, setManagedObject
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalPageInputException

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

Parameters:
forwardName - the name of the relevant Forward.
actionName - the name of the current action being run.
flowController - the current FlowController instance.
actionOutputName - the name of the relevant action output.
Method Detail

getPageInputName

public String getPageInputName()
Deprecated. 
Get the name of the relevant action output.

Returns:
a String that is the name of the relevant action output.

setPageInputName

public void setPageInputName(String actionOutputName)
Deprecated. 
Set the name of the relevant action output.

Parameters:
actionOutputName - a String that is the name of the relevant action output.