USRP Hardware Driver and USRP Manual Version: 4.7.0.0-0-unknown
UHD and USRP Manual
 
Loading...
Searching...
No Matches
uhd::runtime_error Struct Reference

#include <uhd/exception.hpp>

Inheritance diagram for uhd::runtime_error:
uhd::exception uhd::access_error uhd::not_implemented_error uhd::usb_error

Public Member Functions

 runtime_error (const std::string &what)
 
unsigned code (void) const override
 
runtime_errordynamic_clone (void) const override
 
void dynamic_throw (void) const override
 
- Public Member Functions inherited from uhd::exception
 exception (const std::string &what)
 

Detailed Description

Raised when an error is detected that doesn't fall into any of the categories.

Constructor & Destructor Documentation

◆ runtime_error()

uhd::runtime_error::runtime_error ( const std::string & what)

Member Function Documentation

◆ code()

unsigned uhd::runtime_error::code ( void ) const
overridevirtual

Implements uhd::exception.

Reimplemented in uhd::usb_error.

◆ dynamic_clone()

runtime_error * uhd::runtime_error::dynamic_clone ( void ) const
overridevirtual

Implements uhd::exception.

Reimplemented in uhd::usb_error.

◆ dynamic_throw()

void uhd::runtime_error::dynamic_throw ( void ) const
overridevirtual

Implements uhd::exception.

Reimplemented in uhd::usb_error.


The documentation for this struct was generated from the following file: