USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
uhd::lookup_error Struct Reference

#include <uhd/exception.hpp>

Inheritance diagram for uhd::lookup_error:
uhd::exception uhd::index_error uhd::key_error

Public Member Functions

 lookup_error (const std::string &what)
 
unsigned code (void) const override
 
lookup_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

The base class for exceptions that are raised when a key or index is invalid.

Constructor & Destructor Documentation

◆ lookup_error()

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

Member Function Documentation

◆ code()

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

Implements uhd::exception.

Reimplemented in uhd::key_error, and uhd::index_error.

◆ dynamic_clone()

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

Implements uhd::exception.

Reimplemented in uhd::key_error, and uhd::index_error.

◆ dynamic_throw()

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

Implements uhd::exception.

Reimplemented in uhd::key_error, and uhd::index_error.


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