public static class AbstractStateMachine.TransitionExceptionEventImpl<T extends StateMachine<T,S,E,C>,S,E,C> extends AbstractStateMachine.AbstractTransitionEvent<T,S,E,C> implements StateMachine.TransitionExceptionEvent<T,S,E,C>
| Constructor and Description |
|---|
AbstractStateMachine.TransitionExceptionEventImpl(TransitionException e,
S sourceState,
S targetState,
E event,
C context,
T stateMachine) |
| Modifier and Type | Method and Description |
|---|---|
TransitionException |
getException() |
S |
getTargetState() |
getCause, getContext, getSourceStategetStateMachineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCause, getContext, getSourceStategetStateMachinepublic S getTargetState()
getTargetState in interface StateMachine.TransitionExceptionEvent<T extends StateMachine<T,S,E,C>,S,E,C>public TransitionException getException()
getException in interface StateMachine.TransitionExceptionEvent<T extends StateMachine<T,S,E,C>,S,E,C>Copyright © 2013–2016. All rights reserved.