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
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 |
IllegalRedirectOutputFormException
public IllegalRedirectOutputFormException(String
forwardName,
String
actionName,
FlowController
flowController,
String
outputFormType)
getMessageArgs() Method
protected Object
[] getMessageArgs()
-
Overrides
-
PageFlowException.getMessageArgs()
getMessageParts() Method
public String
[] getMessageParts()
-
Overrides
-
PageFlowException.getMessageParts()