Signals a problem with the execution of a socket call. More...
#include <zorba/debugger_exception.h>
Inherits exception.
Public Member Functions | |
DebuggerSocketException (const std::string &message, bool inclSysMsg=false) throw () | |
Construct a SocketException with a explanatory message. More... | |
const char * | what () const throw () |
Get the exception message. More... | |
~DebuggerSocketException () throw () | |
Provided just to guarantee that no exceptions are thrown. More... | |
Signals a problem with the execution of a socket call.
Definition at line 29 of file debugger_exception.h.
zorba::DebuggerSocketException::DebuggerSocketException | ( | const std::string & | message, |
bool | inclSysMsg = false |
||
) | |||
throw | ( | ||
) |
Construct a SocketException with a explanatory message.
message | explanatory message |
inclSysMsg | true if system message (from strerror(errno)) should be postfixed to the user provided message |
zorba::DebuggerSocketException::~DebuggerSocketException | ( | ) | ||
throw | ( | |||
) |
Provided just to guarantee that no exceptions are thrown.
const char* zorba::DebuggerSocketException::what | ( | ) | const | |
throw | ( | |||
) |
Get the exception message.