Fastcgipp::Exceptions::SocketRead Class Reference

Exception for read errors to sockets More...

#include <exceptions.hpp>

Inheritance diagram for Fastcgipp::Exceptions::SocketRead:

Fastcgipp::Exceptions::Socket Fastcgipp::Exceptions::Exception

List of all members.

Public Member Functions

 SocketRead (int fd_, int erno_)
 Sole Constructor.
 ~SocketRead () throw ()
virtual const char * what () const throw ()

Private Attributes

std::string msg
 Error message associated with the exception.


Detailed Description

Exception for read errors to sockets

Definition at line 157 of file exceptions.hpp.


Constructor & Destructor Documentation

Fastcgipp::Exceptions::SocketRead::SocketRead ( int  fd_,
int  erno_ 
)

Sole Constructor.

Parameters:
[in] fd_ File descriptor of socket
[in] erno_ Associated errno

Definition at line 54 of file exceptions.cpp.

References Fastcgipp::Exceptions::Socket::erno, Fastcgipp::Exceptions::Socket::fd, and msg.

Fastcgipp::Exceptions::SocketRead::~SocketRead (  )  throw () [inline]

Definition at line 166 of file exceptions.hpp.


Member Function Documentation

virtual const char* Fastcgipp::Exceptions::SocketRead::what (  )  const throw () [inline, virtual]

Implements Fastcgipp::Exceptions::Socket.

Definition at line 167 of file exceptions.hpp.

References msg.


Member Data Documentation

Error message associated with the exception.

Definition at line 170 of file exceptions.hpp.

Referenced by SocketRead(), and what().


The documentation for this class was generated from the following files:

Generated on Thu Dec 11 01:47:29 2008 for fastcgi++ by  doxygen 1.5.7.1