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
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 |
IllegalOutputFormTypeException
public IllegalOutputFormTypeException(String
forwardName,
String
actionName,
FlowController
flowController,
String
outputFormType,
String
requiredType)
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.