Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Dv::Cgi::CgiError Class Reference

A runtime exception thrown by some cgi-related functions. More...

#include <cgierror.h>

List of all members.

Public Member Functions

 CgiError (const std::string &message)
 Constructor, prepends NAME to message to obtain runtime_error::what().

Static Public Attributes

const std::string NAME
 Name of class, is prepended to each message argument of the constructor.


Detailed Description

A runtime exception thrown by some cgi-related functions.

Definition at line 15 of file cgierror.h.


Constructor & Destructor Documentation

Dv::Cgi::CgiError::CgiError const std::string &  message  )  [inline]
 

Constructor, prepends NAME to message to obtain runtime_error::what().

Definition at line 20 of file cgierror.h.

References NAME.


Member Data Documentation

const std::string Dv::Cgi::CgiError::NAME [static]
 

Name of class, is prepended to each message argument of the constructor.

Definition at line 18 of file cgierror.h.

Referenced by CgiError().


The documentation for this class was generated from the following file:
dvcgi-0.5.12 [27 April, 2004]