NDS3
1.0.0
API reference manual
|
The user implemented code should throw this exception from a state transition function to cause the state machine to roll back to the previous state.
See the StateMachine description for more details about the state transitions.
#include <exceptions.h>
Public Member Functions | |
StateMachineRollBack (const std::string &what) | |
Constructor. More... | |
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... | |
nds::StateMachineRollBack::StateMachineRollBack | ( | const std::string & | what | ) |
Constructor.
what | Human readable string describing the cause of the exception. |