Fastcgipp::Exceptions::Request Class Reference

General fastcgi++ request exception. More...

#include <exceptions.hpp>

Inheritance diagram for Fastcgipp::Exceptions::Request:

Fastcgipp::Exceptions::Exception Fastcgipp::Exceptions::Param Fastcgipp::Exceptions::RecordOutOfOrder Fastcgipp::Exceptions::Stream

List of all members.

Public Member Functions

 Request (Protocol::FullId id_)
 Sole Constructor.
 ~Request () throw ()
virtual const char * what () const =0 throw ()
Protocol::FullId getId () const throw ()

Protected Attributes

Protocol::FullId id
 ID value for the request that generated the exception.


Detailed Description

General fastcgi++ request exception.

Definition at line 45 of file exceptions.hpp.


Constructor & Destructor Documentation

Fastcgipp::Exceptions::Request::Request ( Protocol::FullId  id_  )  [inline]

Sole Constructor.

Parameters:
[in] id_ ID value for the request that generated the exception

Definition at line 52 of file exceptions.hpp.

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

Definition at line 53 of file exceptions.hpp.


Member Function Documentation

Protocol::FullId Fastcgipp::Exceptions::Request::getId (  )  const throw () [inline]

Definition at line 56 of file exceptions.hpp.

References id.

virtual const char* Fastcgipp::Exceptions::Request::what (  )  const throw () [pure virtual]


Member Data Documentation

ID value for the request that generated the exception.

Definition at line 59 of file exceptions.hpp.

Referenced by getId().


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

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