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