CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

servlet::ServletException Class Reference

#include <ServletException.h>

Inheritance diagram for servlet::ServletException:
Collaboration diagram for servlet::ServletException:

List of all members.


Public Member Functions

 ServletException () throw ()
 ServletException (const std::string &) throw ()
virtual ~ServletException () throw ()

Detailed Description

This exception is thrown in cases like trying to change response headers after response has been committed.

Author:
Ilya A. Volynets-Evenbakh

Definition at line 33 of file ServletException.h.


Constructor & Destructor Documentation

servlet::ServletException::ServletException (  )  throw ()

Definition at line 24 of file ServletException.cpp.

servlet::ServletException::ServletException ( const std::string &  msg  )  throw ()

Definition at line 30 of file ServletException.cpp.

servlet::ServletException::~ServletException (  )  throw () [virtual]

Definition at line 37 of file ServletException.cpp.


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

SourceForge.net Logo