|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectThrowable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
MismatchedActionOutputException
MismatchedPageInputException
MismatchedActionOutputException instead.
public class MismatchedPageInputException
Exception that occurs in iterative development mode when an action output attached to a Forward is of a
different type than was declared.
| Constructor Summary | |
|---|---|
MismatchedPageInputException(String actionName,
FlowController flowController,
String actionOutputName,
String forwardName,
String expectedType,
String actualType)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getPageInputName()
Deprecated. |
| Methods inherited from class MismatchedActionOutputException |
|---|
causeMayBeSessionExpiration, getActionOutputName, getActualType, getExpectedType, getForwardName, getMessageArgs, getMessageParts |
| Methods inherited from class PageFlowException |
|---|
getActionName, getFlowController, getFlowControllerURI, init |
| Methods inherited from class PageFlowManagedObjectException |
|---|
getLocalizedMessage, getManagedObject, getMessage, 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 MismatchedPageInputException(String actionName,
FlowController flowController,
String actionOutputName,
String forwardName,
String expectedType,
String actualType)
| Method Detail |
|---|
public String getPageInputName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||