Signals a problem with the execution of a socket call. More...
#include <zorba/debugger_exception.h>
Public Member Functions | |
DebuggerSocketException (const std::string &message, bool inclSysMsg=false) throw () | |
Construct a SocketException with a explanatory message. | |
const char * | what () const throw () |
Get the exception message. | |
~DebuggerSocketException () throw () | |
Provided just to guarantee that no exceptions are thrown. |
Signals a problem with the execution of a socket call.
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.