#include <uhd/exception.hpp>
Public Member Functions | |
runtime_error (const std::string &what) | |
unsigned | code (void) const override |
runtime_error * | dynamic_clone (void) const override |
void | dynamic_throw (void) const override |
Public Member Functions inherited from uhd::exception | |
exception (const std::string &what) | |
Raised when an error is detected that doesn't fall into any of the categories.
uhd::runtime_error::runtime_error | ( | const std::string & | what | ) |
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::access_error, uhd::not_implemented_error, and uhd::usb_error.
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::access_error, uhd::not_implemented_error, and uhd::usb_error.
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::access_error, uhd::not_implemented_error, and uhd::usb_error.