AnCH Framework  0.1
Another C++ Hack Framework
Public Member Functions | List of all members
anch::network::IOException Class Reference

#include <ioException.hpp>

Inheritance diagram for anch::network::IOException:
Collaboration diagram for anch::network::IOException:

Public Member Functions

 IOException (const std::string &message)
 
 IOException (const std::string &message, int errorCode)
 
virtual ~IOException () noexcept
 
virtual const char * what () const noexcept
 

Detailed Description

Network input/output error management by exception

Author
Vincent Lachenal

Constructor & Destructor Documentation

IOException::IOException ( const std::string &  message)

IOException constructor

Parameters
messageThe error message
IOException::IOException ( const std::string &  message,
int  errorCode 
)

IOException constructor

Parameters
messageThe error message
errorCodeThe error code (from getinfoaddr)
IOException::~IOException ( )
virtualnoexcept

IOException destructor

Member Function Documentation

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: