org.apache.beehive.netui.pageflow
Class MissingPageInputException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by PageFlowManagedObjectException
                  extended by PageFlowException
                      extended by MissingActionOutputException
                          extended by MissingPageInputException
All Implemented Interfaces:
Serializable

Deprecated. Use MissingActionOutputException instead.

public class MissingPageInputException
extends MissingActionOutputException

Exception that occurs when a required page input is missing from a Forward.

See Also:
Serialized Form

Constructor Summary
MissingPageInputException(String actionName, FlowController flowController, String actionOutputName, String forwardName)
          Deprecated.  
 
Method Summary
 String getPageInputName()
          Deprecated.  
 
Methods inherited from class MissingActionOutputException
causeMayBeSessionExpiration, getActionOutputName, getForwardName, getMessageArgs, getMessageParts
 
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

MissingPageInputException

public MissingPageInputException(String actionName,
                                 FlowController flowController,
                                 String actionOutputName,
                                 String forwardName)
Deprecated. 
Method Detail

getPageInputName

public String getPageInputName()
Deprecated.