IllegalRedirectOutputFormException Class

com.bea.wlw.netui.pageflow
IllegalRedirectOutputFormException Class

public class IllegalRedirectOutputFormException

    extends IllegalOutputFormException

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

Related Topics

Forward.addOutputForm(ActionForm)


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          IllegalOutputFormException
            IllegalRedirectOutputFormException
All Implemented Interfaces

Serializable

Constructor Summary

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

 

Method Summary

protected Object[]
getMessageArgs()
public String[]
getMessageParts()
 
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

IllegalRedirectOutputFormException

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

Method Detail

getMessageArgs() Method

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

getMessageParts() Method

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