public class NoSuchStateException
extends java.lang.RuntimeException
StateMachine when a transition in the state
machine references a state which doesn't exist.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NoSuchStateException(java.lang.String stateId)
Creates a new instance.
|
private static final long serialVersionUID