public static class StateMachine.StateMachineException extends RuntimeException
| Constructor and Description |
|---|
StateMachineException(int step,
Object state,
Object input) |
StateMachineException(int step,
Object state,
Object input,
String message) |
StateMachineException(String message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInput() |
Object |
getState() |
int |
getStep() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.