#include <ioException.hpp>
Network input/output error management by exception
- Author
- Vincent Lachenal
| IOException::IOException |
( |
const std::string & |
message | ) |
|
| IOException::IOException |
( |
const std::string & |
message, |
|
|
int |
errorCode |
|
) |
| |
IOException constructor
- Parameters
-
| message | The error message |
| errorCode | The error code (from getinfoaddr) |
| IOException::~IOException |
( |
| ) |
|
|
virtualnoexcept |
| const char * IOException::what |
( |
| ) |
const |
|
virtualnoexcept |
Return the error message
- Returns
- The error message
The documentation for this class was generated from the following files:
- anch-network/inc/network/ioException.hpp
- anch-network/src/network/ioException.cpp