Extends the generic error handler with socket specific error strings. More...
#include <sockets.hpp>
Public Member Functions | |
SocketError (const ErrorFlag &flag=UnknownError) | |
Configures the error class with the specified error flag. | |
Protected Member Functions | |
virtual const char * | invalidArgErrorString () const |
Extends the generic error handler with socket specific error strings.
Definition at line 68 of file sockets.hpp.
ecl::SocketError::SocketError | ( | const ErrorFlag & | flag = UnknownError | ) | [inline] |
Configures the error class with the specified error flag.
flag | : the error type. |
Definition at line 76 of file sockets.hpp.
virtual const char* ecl::SocketError::invalidArgErrorString | ( | ) | const [inline, protected, virtual] |
Reimplemented from ecl::Error.
Definition at line 79 of file sockets.hpp.