Fastcgipp::Exceptions::Poll Class Reference

Exception for poll() errors More...

#include <exceptions.hpp>

Inheritance diagram for Fastcgipp::Exceptions::Poll:

Fastcgipp::Exceptions::Exception

List of all members.

Public Member Functions

 Poll (int erno_)
 Sole Constructor.
 ~Poll () throw ()
virtual const char * what () const throw ()
int getErno () const throw ()

Private Attributes

int erno
 Associated errno.
std::string msg
 Error message associated with the exception.


Detailed Description

Exception for poll() errors

Definition at line 174 of file exceptions.hpp.


Constructor & Destructor Documentation

Fastcgipp::Exceptions::Poll::Poll ( int  erno_  ) 

Sole Constructor.

Parameters:
[in] erno_ Associated errno

Definition at line 61 of file exceptions.cpp.

References erno, and msg.

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

Definition at line 182 of file exceptions.hpp.


Member Function Documentation

int Fastcgipp::Exceptions::Poll::getErno (  )  const throw () [inline]

Definition at line 184 of file exceptions.hpp.

References erno.

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

Implements Fastcgipp::Exceptions::Exception.

Definition at line 183 of file exceptions.hpp.

References msg.


Member Data Documentation

Associated errno.

Definition at line 187 of file exceptions.hpp.

Referenced by getErno(), and Poll().

std::string Fastcgipp::Exceptions::Poll::msg [private]

Error message associated with the exception.

Definition at line 189 of file exceptions.hpp.

Referenced by Poll(), 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