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