#include <uhd/exception.hpp>
Public Member Functions | |
| not_implemented_error (const std::string &what) | |
| virtual unsigned | code (void) const |
| virtual not_implemented_error * | dynamic_clone (void) const |
| virtual void | dynamic_throw (void) const |
Public Member Functions inherited from uhd::runtime_error | |
| runtime_error (const std::string &what) | |
Public Member Functions inherited from uhd::exception | |
| exception (const std::string &what) | |
Raised when a function is stubbed out but doesn't actually do anything useful.
| uhd::not_implemented_error::not_implemented_error | ( | const std::string & | what | ) |
|
virtual |
Reimplemented from uhd::runtime_error.
|
virtual |
Reimplemented from uhd::runtime_error.
|
virtual |
Reimplemented from uhd::runtime_error.