|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectThrowable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
IllegalOutputFormException
public abstract class IllegalOutputFormException
Base type for errors related to output forms on Forwards.
Forward.addOutputForm(java.lang.Object),
Serialized Form| Constructor Summary | |
|---|---|
IllegalOutputFormException(String forwardName,
String actionName,
FlowController flowController,
String outputFormType)
|
|
| Method Summary | |
|---|---|
boolean |
causeMayBeSessionExpiration()
Tell whether the root cause may be session expiration in cases where the requested session ID is different than the actual session ID. |
String |
getForwardName()
Get the name of the relevant Forward. |
String |
getOutputFormType()
Get the type name of the relevant output form. |
void |
setForwardName(String forwardName)
Set the name of the relevant Forward. |
void |
setOutputFormType(String outputFormType)
Set the type name of the relevant output form. |
| Methods inherited from class PageFlowException |
|---|
getActionName, getFlowController, getFlowControllerURI, init |
| Methods inherited from class PageFlowManagedObjectException |
|---|
getLocalizedMessage, getManagedObject, getMessage, getMessageArgs, getMessageParts, init, printError, sendError, setManagedObject |
| 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 |
| Constructor Detail |
|---|
public IllegalOutputFormException(String forwardName,
String actionName,
FlowController flowController,
String outputFormType)
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.| Method Detail |
|---|
public String getForwardName()
Forward.
Forward.public void setForwardName(String forwardName)
Forward.
forwardName - a String that is the name of the relevant Forward.public String getOutputFormType()
public void setOutputFormType(String outputFormType)
outputFormType - a String that is the type name of the relevant output form.public boolean causeMayBeSessionExpiration()
false.
causeMayBeSessionExpiration in class PageFlowException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||