NDS3
1.0.0
API reference manual
|
Base class for all the exceptions thrown by the StateMachine.
#include <exceptions.h>
Public Member Functions | |
StateMachineError (const std::string &what) | |
Constructor. More... | |
Public Member Functions inherited from nds::NdsError | |
NdsError (const std::string &what) | |
Constructor. More... | |
nds::StateMachineError::StateMachineError | ( | const std::string & | what | ) |
Constructor.
what | Human readable string describing the cause of the exception. |