Modifier and Type | Class and Description |
---|---|
class |
DuplicateStateException
Exception thrown when a state with an already existing id is attempted
to be added.
|
class |
DuplicateTransitionException
Exception thrown when a transaction with an already existing from
state and event to be added.
|
class |
IllegalEventException
Thrown when an event is null where it is not allowed.
|
class |
InTransitionException
Thrown when a transition is triggered while another transition
is in progress.
|
class |
NoStateException
Exception thrown when a non-existing state id is queried.
|
class |
NotRunningException
Exception thrown when something is attempted that should only be done
when the state machine is running while it is not running,
|