#include <uhd/exception.hpp>
Public Member Functions | |
key_error (const std::string &what) | |
unsigned | code (void) const override |
key_error * | dynamic_clone (void) const override |
void | dynamic_throw (void) const override |
Public Member Functions inherited from uhd::lookup_error | |
lookup_error (const std::string &what) | |
Public Member Functions inherited from uhd::exception | |
exception (const std::string &what) | |
Raised when a dictionary-like object is trying to be indexed by an invalid key.
This includes the property tree.
uhd::key_error::key_error | ( | const std::string & | what | ) |
|
overridevirtual |
Reimplemented from uhd::lookup_error.
|
overridevirtual |
Reimplemented from uhd::lookup_error.
|
overridevirtual |
Reimplemented from uhd::lookup_error.