public static class StateMachine.StateMachineException extends RuntimeException
| Constructor and Description |
|---|
StateMachine.StateMachineException(int step,
Object state,
Object input) |
StateMachine.StateMachineException(int step,
Object state,
Object input,
String message) |
StateMachine.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, toStringpublic StateMachine.StateMachineException(int step,
Object state,
Object input)
public StateMachine.StateMachineException(int step,
Object state,
Object input,
String message)
public StateMachine.StateMachineException(String message)
Copyright © 2016. All rights reserved.