|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
ReturnToException
NoCurrentPageFlowException
public class NoCurrentPageFlowException
Action that occurs when the user invokes an action that is qualified with either a
@jpf:forward return-to="previousAction"
or return-to="previousPage"
,
but there is no current page flow. This happens in iterative development mode when you have
modified files and caused the web application to be redeployed, or when the session expires.
Constructor Summary | |
---|---|
NoCurrentPageFlowException(String actionName,
Forward fwd)
|
Method Summary | |
---|---|
protected String[] |
getMessageParts()
|
Methods inherited from class ReturnToException |
---|
getMessageArgs, getReturnToType |
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 NoCurrentPageFlowException(String actionName, Forward fwd)
Method Detail |
---|
protected String[] getMessageParts()
getMessageParts
in class ReturnToException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |