IllegalOutputFormTypeException Class

com.bea.wlw.netui.pageflow
IllegalOutputFormTypeException Class

public class IllegalOutputFormTypeException

    extends IllegalOutputFormException

Exception that occurs when the first output form for a Forward resolves to a @jpf:forward whose return-form or return-form-type attribute demands a different form type.

Related Topics

Forward.addOutputForm(ActionForm)


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          IllegalOutputFormException
            IllegalOutputFormTypeException
All Implemented Interfaces

Serializable

Constructor Summary

IllegalOutputFormTypeException(String forwardName, String actionName, FlowController flowController, String outputFormType, String requiredType)

 

Method Summary

protected Object[]
getMessageArgs()
public String[]
getMessageParts()
public String
getRequiredType()
Get the name of the required form type.
 
Methods from  com.bea.wlw.netui.pageflow.IllegalOutputFormException
getForwardName, getOutputFormType, setForwardName, setOutputFormType
 
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

IllegalOutputFormTypeException

public IllegalOutputFormTypeException(String forwardName, 
                                      String actionName, 
                                      FlowController flowController, 
                                      String outputFormType, 
                                      String requiredType)
 

Method Detail

getMessageArgs() Method

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

getMessageParts() Method

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

getRequiredType() Method

public String getRequiredType()
Get the name of the required form type.

Returns

a String that is the name of the required form type.