fastcgi++
Public Member Functions | Public Attributes
Fastcgipp::Exceptions::SocketPoll Struct Reference

Exception for poll() errors More...

#include <transceiver.hpp>

Inheritance diagram for Fastcgipp::Exceptions::SocketPoll:
Fastcgipp::Exceptions::CodedException

List of all members.

Public Member Functions

 SocketPoll (int erno_)
 Sole Constructor.
const char * what () const throw ()

Public Attributes

const int erno
 Associated error number.
const char * msg
 Pointer to string data explaining error.

Detailed Description

Exception for poll() errors

Definition at line 347 of file transceiver.hpp.


Constructor & Destructor Documentation

Fastcgipp::Exceptions::SocketPoll::SocketPoll ( int  erno_)

Sole Constructor.

Parameters:
[in]erno_Associated errno

Definition at line 290 of file transceiver.cpp.

References Fastcgipp::Exceptions::CodedException::msg.


Member Function Documentation

const char* Fastcgipp::Exceptions::CodedException::what ( ) const throw ()
inlineinherited

Definition at line 51 of file exceptions.hpp.

References Fastcgipp::Exceptions::CodedException::msg.


Member Data Documentation

const int Fastcgipp::Exceptions::CodedException::erno
inherited

Associated error number.

Definition at line 41 of file exceptions.hpp.

const char* Fastcgipp::Exceptions::CodedException::msg
inherited

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