UHD 003.002.001
|
#include <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 |
uhd::not_implemented_error::not_implemented_error | ( | const std::string & | what | ) |
virtual unsigned uhd::not_implemented_error::code | ( | void | ) | const [virtual] |
Reimplemented from uhd::runtime_error.
virtual not_implemented_error* uhd::not_implemented_error::dynamic_clone | ( | void | ) | const [virtual] |
Reimplemented from uhd::runtime_error.
virtual void uhd::not_implemented_error::dynamic_throw | ( | void | ) | const [virtual] |
Reimplemented from uhd::runtime_error.