#include <uhd/exception.hpp>
Public Member Functions | |
assertion_error (const std::string &what) | |
virtual unsigned | code (void) const |
virtual assertion_error * | dynamic_clone (void) const |
virtual void | dynamic_throw (void) const |
![]() | |
exception (const std::string &what) | |
virtual unsigned | code (void) const =0 |
virtual exception * | dynamic_clone (void) const =0 |
virtual void | dynamic_throw (void) const =0 |
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 | ) |
|
virtual |
Implements uhd::exception.
|
virtual |
Implements uhd::exception.
|
virtual |
Implements uhd::exception.