public static class AbstractStateMachine.StateMachineExceptionEventImpl<T extends StateMachine<T,S,E,C>,S,E,C> extends AbstractStateMachine.AbstractStateMachineEvent<T,S,E,C> implements StateMachine.StateMachineExceptionEvent<T,S,E,C>
| Constructor and Description |
|---|
AbstractStateMachine.StateMachineExceptionEventImpl(Exception e,
T source) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
getStateMachineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStateMachinepublic Exception getException()
getException in interface StateMachine.StateMachineExceptionEvent<T extends StateMachine<T,S,E,C>,S,E,C>Copyright © 2013–2016. All rights reserved.