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

static 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.


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.


The documentation for this class was generated from the following file:
dvcgi-0.5.14 [22 January, 2006]