#include <uhd/exception.hpp>
  
Public Member Functions | |
| routing_error (const std::string &what) | |
| unsigned | code (void) const override | 
| routing_error * | dynamic_clone (void) const override | 
| void | dynamic_throw (void) const override | 
  Public Member Functions inherited from uhd::rfnoc_error | |
| rfnoc_error (const std::string &what) | |
| unsigned | code (void) const override | 
| rfnoc_error * | dynamic_clone (void) const override | 
| void | dynamic_throw (void) const override | 
  Public Member Functions inherited from uhd::exception | |
| exception (const std::string &what) | |
| virtual unsigned | code (void) const =0 | 
| virtual exception * | dynamic_clone (void) const =0 | 
| virtual void | dynamic_throw (void) const =0 | 
Gets thrown when there is a routing-related failure in RFNoC
| uhd::routing_error::routing_error | ( | const std::string & | what | ) | 
      
  | 
  overridevirtual | 
Reimplemented from uhd::rfnoc_error.
      
  | 
  overridevirtual | 
Reimplemented from uhd::rfnoc_error.
      
  | 
  overridevirtual | 
Reimplemented from uhd::rfnoc_error.