libsdr
0.1.0
A simple SDR library
|
Base class of all SDR exceptions. More...
#include <exception.hh>
Public Member Functions | |
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... | |
Base class of all SDR exceptions.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Implements the std::exception
interface.