Public Member Functions | List of all members
zorba::DebuggerSocketException Class Reference

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...
 

Detailed Description

Signals a problem with the execution of a socket call.

Definition at line 29 of file debugger_exception.h.

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: