| Exception | Description |
|---|---|
| FileExportException |
An exception raised on file export operations
|
| FileImportException |
Exception raised during I/O Processing of a given
State Machine representation.Actually the exception is intended
to wrap an actual underlying exception (e.g
IOException |
| IllegalTransitionException |
An exception raised when dealing with incorrect transitions
|
| ImportException |
The base class for all import exception types
|
| NullStateException |
An exception raised when dealing with void states.
|
| NullTransitionException |
An exception raised when dealing with void transitions.
|
| TransitionInitializationException |
An exception raised when initializing transitions incorrectly
|
| ValidationException |
A generic exception raised when dealing with incorrect validation results
|
| YAMLParseException |
Exception raised during parsing of a given
YAML State Machine representation.
|
Copyright © 2019 state-machine. All rights reserved.