Wexus2 0.20
wexus::HTTPHandler::Exception Class Reference

#include <HTTP.h>

Inheritance diagram for wexus::HTTPHandler::Exception:

List of all members.

Public Member Functions

 Exception (const QString &usermsg)
 no usermessage constructor
const QString & userMessage (void) const

Protected Attributes

QString dm_usermsg

Detailed Description

An Exception that handlers can throw. The serverw ill catch them and display them to the user.

Author:
Aleksander Demko

Constructor & Destructor Documentation

wexus::HTTPHandler::Exception::Exception ( const QString &  usermsg)

no usermessage constructor

usermessage constructor

Reimplemented from wexus::Exception.


Member Function Documentation

const QString& wexus::HTTPHandler::Exception::userMessage ( void  ) const [inline]

The user-visable error message string.

Author:
Aleksander Demko

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Enumerator