IllegalOutputFormException Class

com.bea.wlw.netui.pageflow
IllegalOutputFormException Class

public abstract class IllegalOutputFormException

    extends PageFlowException

Base type for errors related to output forms on Forwards.

Related Topics

Forward.addOutputForm(ActionForm)


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          IllegalOutputFormException
All Implemented Interfaces

Serializable
Direct Known Subclasses

IllegalOutputFormTypeException, IllegalRedirectOutputFormException

Constructor Summary

IllegalOutputFormException(String forwardName, String actionName, FlowController flowController, String outputFormType)

 

Method Summary

public String
getForwardName()
Get the name of the relevant Forward.
public String
getOutputFormType()
Get the type name of the relevant output form.
public void
setForwardName(String forwardName)
Set the name of the relevant Forward.
public void
setOutputFormType(String outputFormType)
Set the type name of the relevant output form.
 
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

IllegalOutputFormException

public IllegalOutputFormException(String forwardName, 
                                  String actionName, 
                                  FlowController flowController, 
                                  String outputFormType)
 

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.

getOutputFormType() Method

public String getOutputFormType()
Get the type name of the relevant output form.

Returns

a String that is the type name of the relevant output form.

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.

setOutputFormType(String) Method

public void setOutputFormType(String outputFormType)
Set the type name of the relevant output form.

Parameters

outputFormType
a String that is the type name of the relevant output form.