#include <socket.hpp>

Public Member Functions | |
| Socket_Exception (const char *e) | |
| const char * | error () |
| virtual const char * | what () |
Protected Attributes | |
| const char * | err |
| Socket_Exception::Socket_Exception | ( | const char * | e | ) | [inline] |
| const char* Socket_Exception::error | ( | ) | [inline] |
| virtual const char* Socket_Exception::what | ( | ) | [inline, virtual] |
Reimplemented in Socket_InitFailed, Socket_BindFailed, Socket_ListenFailed, and Socket_SelectFailed.
const char* Socket_Exception::err [protected] |
1.5.7.1