libsdr
0.1.0
A simple SDR library
|
The configuration error class. More...
#include <exception.hh>
Public Member Functions | |
ConfigError () | |
Constructor. More... | |
ConfigError (const ConfigError &other) | |
Copy constructor. More... | |
virtual | ~ConfigError () throw () |
Destructor. More... | |
Public Member Functions inherited from sdr::SDRError | |
SDRError () | |
Constructor. More... | |
SDRError (const SDRError &other) | |
Copy constructor. More... | |
virtual | ~SDRError () throw () |
Destructor. More... | |
virtual const char * | what () const throw () |
Implements the std::exception interface. More... | |
The configuration error class.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.