NDS3  1.0.0
API reference manual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nds::StateMachineError Class Reference

Detailed Description

Base class for all the exceptions thrown by the StateMachine.

#include <exceptions.h>

Inheritance diagram for nds::StateMachineError:
nds::NdsError nds::StateMachineNoSuchTransition nds::StateMachineRollBack nds::StateMachineTransitionDenied

Public Member Functions

 StateMachineError (const std::string &what)
 Constructor. More...
 
- Public Member Functions inherited from nds::NdsError
 NdsError (const std::string &what)
 Constructor. More...
 

Constructor & Destructor Documentation

nds::StateMachineError::StateMachineError ( const std::string &  what)

Constructor.

Parameters
whatHuman readable string describing the cause of the exception.

The documentation for this class was generated from the following file: