libsdr
0.1.0
A simple SDR library
|
The runtime error class. More...
#include <exception.hh>
Public Member Functions | |
RuntimeError () | |
Constructor. More... | |
RuntimeError (const RuntimeError &other) | |
Copy constructor. More... | |
virtual | ~RuntimeError () 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 runtime error class.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.