#include <uhd/exception.hpp>
Public Member Functions | |
| lookup_error (const std::string &what) | |
| unsigned | code (void) const override |
| lookup_error * | dynamic_clone (void) const override |
| void | dynamic_throw (void) const override |
Public Member Functions inherited from uhd::exception | |
| exception (const std::string &what) | |
| virtual unsigned | code (void) const =0 |
| virtual exception * | dynamic_clone (void) const =0 |
| virtual void | dynamic_throw (void) const =0 |
The base class for exceptions that are raised when a key or index is invalid.
| uhd::lookup_error::lookup_error | ( | const std::string & | what | ) |
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::index_error, and uhd::key_error.
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::index_error, and uhd::key_error.
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::index_error, and uhd::key_error.