|
UHD
003.005.003-781-g91040b6f
|
#include <exception.hpp>
Public Member Functions | |
| runtime_error (const std::string &what) | |
| virtual unsigned | code (void) const |
| virtual runtime_error * | dynamic_clone (void) const |
| virtual void | dynamic_throw (void) const |
| uhd::runtime_error::runtime_error | ( | const std::string & | what | ) |
| virtual unsigned uhd::runtime_error::code | ( | void | ) | const [virtual] |
Implements uhd::exception.
Reimplemented in uhd::not_implemented_error.
| virtual runtime_error* uhd::runtime_error::dynamic_clone | ( | void | ) | const [virtual] |
Implements uhd::exception.
Reimplemented in uhd::not_implemented_error.
| virtual void uhd::runtime_error::dynamic_throw | ( | void | ) | const [virtual] |
Implements uhd::exception.
Reimplemented in uhd::not_implemented_error.
1.7.6.1