#include <uhd/exception.hpp>
Public Member Functions | |
| narrowing_error (const std::string &what) | |
| virtual unsigned | code (void) const |
| virtual narrowing_error * | dynamic_clone (void) const |
| virtual void | dynamic_throw (void) const |
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 | ) |
|
virtual |
Reimplemented from uhd::value_error.
|
virtual |
Reimplemented from uhd::value_error.
|
virtual |
Reimplemented from uhd::value_error.