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.
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.
virtual rc::dynamics::SocketException::~SocketException |
( |
| ) |
|
|
virtualdefault |
int rc::dynamics::SocketException::get_error_code |
( |
| ) |
const |
|
noexcept |
const char * rc::dynamics::SocketException::what |
( |
| ) |
const |
|
overridevirtualnoexcept |
const int rc::dynamics::SocketException::errnum_ |
|
private |
const std::string rc::dynamics::SocketException::msg_ |
|
private |
The documentation for this class was generated from the following files: