#include <uhd/exception.hpp>
 
  
| Public Member Functions | |
| access_error (const std::string &what) | |
| unsigned | code (void) const override | 
| access_error * | dynamic_clone (void) const override | 
| void | dynamic_throw (void) const override | 
|  Public Member Functions inherited from uhd::runtime_error | |
| runtime_error (const std::string &what) | |
| unsigned | code (void) const override | 
| runtime_error * | dynamic_clone (void) const override | 
| void | dynamic_throw (void) const override | 
|  Public Member Functions inherited from uhd::exception | |
| exception (const std::string &what) | |
Raised when a resource is being accessed without having the appropriate permissions.
| uhd::access_error::access_error | ( | const std::string & | what | ) | 
| 
 | overridevirtual | 
Implements uhd::exception.
| 
 | overridevirtual | 
Implements uhd::exception.
| 
 | overridevirtual | 
Implements uhd::exception.