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

Detailed Description

The base class for all the exceptions thrown by the library.

#include <exceptions.h>

Inheritance diagram for nds::NdsError:
nds::FactoryError nds::StateMachineError nds::TimeConversionError nds::DirectoryNotFoundError nds::DriverAlreadyRegistered nds::DriverDoesNotExportRegistrationFunctions nds::DriverNotFound nds::StateMachineNoSuchTransition nds::StateMachineRollBack nds::StateMachineTransitionDenied

Public Member Functions

 NdsError (const std::string &what)
 Constructor. More...
 

Constructor & Destructor Documentation

nds::NdsError::NdsError ( 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: