Fastcgipp::Exceptions::Param Class Reference

Exception for parameter decoding errors More...

#include <exceptions.hpp>

Inheritance diagram for Fastcgipp::Exceptions::Param:

Fastcgipp::Exceptions::Request Fastcgipp::Exceptions::Exception

List of all members.

Public Member Functions

 Param (Protocol::FullId id_)
 Sole Constructor.
 ~Param () throw ()
virtual const char * what () const throw ()

Private Attributes

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


Detailed Description

Exception for parameter decoding errors

Definition at line 63 of file exceptions.hpp.


Constructor & Destructor Documentation

Fastcgipp::Exceptions::Param::Param ( Protocol::FullId  id_  ) 

Sole Constructor.

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

Definition at line 25 of file exceptions.cpp.

References msg.

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

Definition at line 71 of file exceptions.hpp.


Member Function Documentation

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

Implements Fastcgipp::Exceptions::Request.

Definition at line 72 of file exceptions.hpp.

References msg.


Member Data Documentation

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

Error message associated with the exception.

Definition at line 75 of file exceptions.hpp.

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