| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm | |
| org.squirrelframework.foundation.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
TransitionException |
ActionExecutionService.ExecActionExceptionEvent.getException() |
TransitionException |
StateMachine.TransitionExceptionEvent.getException() |
TransitionException |
StateMachine.getLastException() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineLogger.onActionExecException(Action<?,?,?,?> action,
TransitionException e) |
void |
StateMachineLogger.onTransitionException(Object sourceState,
Object targetState,
Object event,
Object context,
TransitionException e) |
| Modifier and Type | Method and Description |
|---|---|
TransitionException |
AbstractStateMachine.TransitionExceptionEventImpl.getException() |
TransitionException |
AbstractStateMachine.getLastException() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStateMachine.setLastException(TransitionException lastException) |
| Constructor and Description |
|---|
AbstractStateMachine.TransitionExceptionEventImpl(TransitionException e,
S sourceState,
S targetState,
E event,
C context,
T stateMachine) |
Copyright © 2013–2016. All rights reserved.