#include <uhd/exception.hpp>
Public Member Functions | |
type_error (const std::string &what) | |
unsigned | code (void) const override |
type_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 operation or function is executed with a value of incorrect type.
This might occur when values are being passed around as strings, but the underlying code will need convert to a native type.
uhd::type_error::type_error | ( | const std::string & | what | ) |
|
overridevirtual |
Implements uhd::exception.
|
overridevirtual |
Implements uhd::exception.
|
overridevirtual |
Implements uhd::exception.