mysocials-core 1.0
Public Member Functions | Static Public Member Functions | Public Attributes

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:
codeThe error code.
textThe error text.

Member Function Documentation

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

Copies error function.

Parameters:
dstDestination instance.
srcSource instance.

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