|
bitz-server
0.1.6
|
#include <socket.h>
Public Member Functions | |
| SocketException (const string &message, bool inclSysMsg=false) throw () | |
| ~SocketException () throw () | |
| const char * | what () const throw () |
Signals a problem with the execution of a socket call.
| socketlibrary::SocketException::SocketException | ( | const string & | message, |
| bool | inclSysMsg = false |
||
| ) | |||
| throw | ( | ||
| ) | |||
Construct a SocketException with a explanatory message.
| message | explanatory message |
| incSysMsg | true if system message (from strerror(errno)) should be postfixed to the user provided message |
| socketlibrary::SocketException::~SocketException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Provided just to guarantee that no exceptions are thrown.
| const char * socketlibrary::SocketException::what | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Get the exception message
1.8.9.1