org.apache.beehive.netui.pageflow
Class IllegalOutputFormException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
IllegalOutputFormException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- IllegalOutputFormTypeException, IllegalRedirectOutputFormException
public abstract class IllegalOutputFormException
- extends PageFlowException
Base type for errors related to output forms on Forwards.
- See Also:
Forward.addOutputForm(java.lang.Object)
,
Serialized Form
Methods inherited from class Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalOutputFormException
public IllegalOutputFormException(String forwardName,
String actionName,
FlowController flowController,
String outputFormType)
- Parameters:
forwardName
- the name of the relevant Forward
.actionName
- the name of the current action being run.flowController
- the current FlowController
instance.outputFormType
- the type name of the relevant output form.
getForwardName
public String getForwardName()
- Get the name of the relevant
Forward
.
- Returns:
- a String that is the name of the relevant
Forward
.
setForwardName
public void setForwardName(String forwardName)
- Set the name of the relevant
Forward
.
- Parameters:
forwardName
- a String that is the name of the relevant Forward
.
getOutputFormType
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.
setOutputFormType
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.
causeMayBeSessionExpiration
public boolean causeMayBeSessionExpiration()
- Specified by:
causeMayBeSessionExpiration
in class PageFlowException