Public Member Functions
zorba::DebuggerSocketException Class Reference

Signals a problem with the execution of a socket call. More...

#include <zorba/debugger_exception.h>

List of all members.

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.

Detailed Description

Signals a problem with the execution of a socket call.


Constructor & Destructor Documentation

zorba::DebuggerSocketException::DebuggerSocketException ( const std::string &  message,
bool  inclSysMsg = false 
) throw ()

Construct a SocketException with a explanatory message.

Parameters:
messageexplanatory message
inclSysMsgtrue 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.


Member Function Documentation

const char* zorba::DebuggerSocketException::what ( ) const throw ()

Get the exception message.

Returns:
exception message

The documentation for this class was generated from the following file:
blog comments powered by Disqus