NDS3
1.0.0
API reference manual
|
This exception is thrown by the StateMachine when a transition between 2 states cannot be executed because the transition does not exist.
#include <exceptions.h>
Additional Inherited Members | |
Public Member Functions inherited from nds::StateMachineError | |
StateMachineError (const std::string &what) | |
Constructor. More... | |
Public Member Functions inherited from nds::NdsError | |
NdsError (const std::string &what) | |
Constructor. More... | |