#include <httprequest.h>
Public Member Functions | |
| HttpException (int nCode=-1, const QString &sMsg="") | |
| virtual | ~HttpException () |
Public Attributes | |
| int | code |
| QString | msg |
Definition at line 256 of file httprequest.h.
| HttpException::HttpException | ( | int | nCode = -1, |
|
| const QString & | sMsg = "" | |||
| ) | [inline] |
Definition at line 262 of file httprequest.h.
| virtual HttpException::~HttpException | ( | ) | [inline, virtual] |
Definition at line 267 of file httprequest.h.
Definition at line 259 of file httprequest.h.
| QString HttpException::msg |
Definition at line 260 of file httprequest.h.
Referenced by ServiceHost::ProcessRequest().
1.6.3