org.apache.beehive.netui.pageflow
Class NoPreviousActionException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
ReturnToException
NoPreviousActionException
- All Implemented Interfaces:
- Serializable
public class NoPreviousActionException
- extends ReturnToException
Exception that occurs when the
navigateTo=previousAction
attribute is used on a @Jpf.Forward
, a
@Jpf.SimpleAction
, or a
@Jpf.ConditionalForward
,
but thethere is no previously-run action in the page flow.
- See Also:
- Serialized Form
Methods inherited from class ReturnToException |
causeMayBeSessionExpiration, getMessageArgs, getReturnToType |
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 |
NoPreviousActionException
public NoPreviousActionException(String actionName,
Forward fwd,
FlowController fc)
getMessageParts
protected String[] getMessageParts()
- Specified by:
getMessageParts
in class ReturnToException