Exception representing an invalid socket operation.  
 More...
#include <socket_exception.h>
Exception representing an invalid socket operation. 
Definition at line 47 of file socket_exception.h.
◆ SocketException()
      
        
          | rcdiscover::SocketException::SocketException | ( | const std::string & | msg, | 
        
          |  |  | int | errnum | 
        
          |  | ) |  |  | 
      
 
Constructor. 
- Parameters
- 
  
    | msg | error message |  | errnum | error code |  
 
Definition at line 43 of file socket_exception.cc.
 
 
◆ ~SocketException()
  
  | 
        
          | virtual rcdiscover::SocketException::~SocketException | ( |  | ) |  |  | virtualdefault | 
 
 
◆ get_error_code()
  
  | 
        
          | int rcdiscover::SocketException::get_error_code | ( |  | ) | const |  | noexcept | 
 
 
◆ what()
  
  | 
        
          | const char * rcdiscover::SocketException::what | ( |  | ) | const |  | overridevirtualnoexcept | 
 
 
◆ errnum_
  
  | 
        
          | const int rcdiscover::SocketException::errnum_ |  | private | 
 
 
◆ msg_
  
  | 
        
          | const std::string rcdiscover::SocketException::msg_ |  | private | 
 
 
The documentation for this class was generated from the following files: