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