USRP Hardware Driver and USRP Manual  Version: 3.15.0.HEAD-0-gaea0e2de
UHD and USRP Manual
uhd::runtime_error Struct Reference

#include <uhd/exception.hpp>

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

Public Member Functions

 runtime_error (const std::string &what)
 
virtual unsigned code (void) const
 
virtual runtime_errordynamic_clone (void) const
 
virtual void dynamic_throw (void) const
 
- 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()

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

Implements uhd::exception.

Reimplemented in uhd::not_implemented_error, and uhd::usb_error.

◆ dynamic_clone()

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

Implements uhd::exception.

Reimplemented in uhd::not_implemented_error, and uhd::usb_error.

◆ dynamic_throw()

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

Implements uhd::exception.

Reimplemented in uhd::not_implemented_error, and uhd::usb_error.


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