USRP Hardware Driver and Device Manual Version: 4.10.0.0_release
UHD and USRP Manual
Loading...
Searching...
No Matches
uhd::value_error Struct Reference

#include <uhd/exception.hpp>

Inheritance diagram for uhd::value_error:
uhd::exception uhd::narrowing_error

Detailed Description

Raised when an operation or function receives an argument that has the right type but an inappropriate or invalid value, and no other exception is more specific.

Public Member Functions

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

Constructor & Destructor Documentation

◆ value_error()

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

Member Function Documentation

◆ code()

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

Implements uhd::exception.

◆ dynamic_clone()

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

Implements uhd::exception.

◆ dynamic_throw()

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

Implements uhd::exception.


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