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

#include <uhd/exception.hpp>

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

Public Member Functions

 value_error (const std::string &what)
 
virtual unsigned code (void) const
 
virtual value_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 operation or function receives an argument that has the right type but an inappropriate or invalid value, and no other exception is more specific.

Constructor & Destructor Documentation

◆ value_error()

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

Member Function Documentation

◆ code()

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

Implements uhd::exception.

Reimplemented in uhd::narrowing_error.

◆ dynamic_clone()

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

Implements uhd::exception.

Reimplemented in uhd::narrowing_error.

◆ dynamic_throw()

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

Implements uhd::exception.

Reimplemented in uhd::narrowing_error.


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