#include <ServletException.h>
Public Member Functions | |
ServletException () throw () | |
ServletException (const std::string &) throw () | |
virtual | ~ServletException () throw () |
Definition at line 33 of file ServletException.h.
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.