#include <uhd/exception.hpp>
Public Member Functions | |
value_error (const std::string &what) | |
unsigned | code (void) const override |
value_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 receives an argument that has the right type but an inappropriate or invalid value, and no other exception is more specific.
uhd::value_error::value_error | ( | const std::string & | what | ) |
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::narrowing_error.
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::narrowing_error.
|
overridevirtual |
Implements uhd::exception.
Reimplemented in uhd::narrowing_error.