QErrorMessage Class Reference

Error message class. More...

#include <qerrormessage.h>

List of all members.

Public Member Functions

 QErrorMessage ()
 The default constructor.
 QErrorMessage (const QErrorMessage &)
 The copy constructor.
 QErrorMessage (QString code, QString text)
 The constructor with inistial values of error code and message.

Static Public Member Functions

static void copyData (QErrorMessage *dst, const QErrorMessage *src)
 Copies error function.

Public Attributes

QString code
 The error code.
QString text
 The error text.
QString comment
 additional comments corresponded this error.

Detailed Description

Error message class.

This class describes error message: code, text and comment.


Constructor & Destructor Documentation

QErrorMessage::QErrorMessage ( QString  code,
QString  text 
)

The constructor with inistial values of error code and message.

Parameters:
code The error code.
text The error text.

Member Function Documentation

void QErrorMessage::copyData ( QErrorMessage dst,
const QErrorMessage src 
) [static]

Copies error function.

Parameters:
dst Destination instance.
src Source instance.

The documentation for this class was generated from the following files:
Generated on Tue Jul 19 11:01:25 2011 for mysocials-core by  doxygen 1.6.3