org.apache.beehive.netui.pageflow
Class EmptyNestingStackException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
EmptyNestingStackException
- All Implemented Interfaces:
- Serializable
public class EmptyNestingStackException
- extends PageFlowException
Exception that occurs when the user invokes an action in a nested page flow that uses a
@Jpf
.Forward(returnAction="
action-name-in-calling-pageflow")
annotation, but there is no calling page flow. This can happen in iterative
development mode when you have modified files and caused the web application to be redeployed,
or when the session expires.
- See Also:
- 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 |
EmptyNestingStackException
public EmptyNestingStackException(String actionName,
FlowController fc)
getMessageArgs
protected Object[] getMessageArgs()
- Specified by:
getMessageArgs
in class PageFlowManagedObjectException
getMessageParts
protected String[] getMessageParts()
- Specified by:
getMessageParts
in class PageFlowManagedObjectException
causeMayBeSessionExpiration
public boolean causeMayBeSessionExpiration()
- Specified by:
causeMayBeSessionExpiration
in class PageFlowException