Fastcgipp::Exceptions::Stream Class Reference

Exception for output stream processing More...

#include <exceptions.hpp>

Inheritance diagram for Fastcgipp::Exceptions::Stream:

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

List of all members.

Public Member Functions

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

Private Attributes

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


Detailed Description

Exception for output stream processing

Definition at line 79 of file exceptions.hpp.


Constructor & Destructor Documentation

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

Sole Constructor.

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

Definition at line 32 of file exceptions.cpp.

References msg.

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

Definition at line 87 of file exceptions.hpp.


Member Function Documentation

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

Implements Fastcgipp::Exceptions::Request.

Definition at line 88 of file exceptions.hpp.

References msg.


Member Data Documentation

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

Error message associated with the exception.

Definition at line 91 of file exceptions.hpp.

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