#include <uhd/exception.hpp>
Public Member Functions | |
assertion_error (const std::string &what) | |
unsigned | code (void) const override |
assertion_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 assert statement fails.
This includes our own assertion macros, such as UHD_ASSERT_THROW().
uhd::assertion_error::assertion_error | ( | const std::string & | what | ) |
|
overridevirtual |
Implements uhd::exception.
|
overridevirtual |
Implements uhd::exception.
|
overridevirtual |
Implements uhd::exception.