#include <uhd/exception.hpp>
Public Member Functions | |
narrowing_error (const std::string &what) | |
unsigned | code (void) const override |
narrowing_error * | dynamic_clone (void) const override |
void | dynamic_throw (void) const override |
Public Member Functions inherited from uhd::value_error | |
value_error (const std::string &what) | |
Public Member Functions inherited from uhd::exception | |
exception (const std::string &what) | |
Raised when a value is inappropriate because it can't be narrowed as required.
Mostly raised by uhd::narrow()
uhd::narrowing_error::narrowing_error | ( | const std::string & | what | ) |
|
overridevirtual |
Reimplemented from uhd::value_error.
|
overridevirtual |
Reimplemented from uhd::value_error.
|
overridevirtual |
Reimplemented from uhd::value_error.