zorba::DebuggerSocketException#include <zorba/debugger_exception.h> Signals a problem with the execution of a socket call.Private Attributes
Public Functions
Private AttributesuserMessagestd::string userMessage
Public FunctionsDebuggerSocketException DebuggerSocketException(const std::string &message, bool inclSysMsg=false) Construct a SocketException with a explanatory message.
Parameters
whatconst char * what() const Get the exception message.
Returnsexception message~DebuggerSocketException ~DebuggerSocketException() Provided just to guarantee that no exceptions are thrown.
|