QgsErrorMessage represents single error message.
More...
#include <qgserror.h>
Public Member Functions |
| QgsErrorMessage () |
| QgsErrorMessage (const QString &theMessage, const QString &theTag=QString::null, const QString &theFile=QString::null, const QString &theFunction=QString::null, int theLine=0) |
| Constructor.
|
QString | message () const |
QString | tag () const |
QString | file () const |
QString | function () const |
int | line () const |
Detailed Description
QgsErrorMessage represents single error message.
Definition at line 29 of file qgserror.h.
Member Enumeration Documentation
Format.
- Enumerator:
-
Definition at line 33 of file qgserror.h.
Constructor & Destructor Documentation
QgsErrorMessage::QgsErrorMessage |
( |
| ) |
|
|
inline |
QgsErrorMessage::QgsErrorMessage |
( |
const QString & |
theMessage, |
|
|
const QString & |
theTag = QString::null , |
|
|
const QString & |
theFile = QString::null , |
|
|
const QString & |
theFunction = QString::null , |
|
|
int |
theLine = 0 |
|
) |
| |
Constructor.
- Parameters
-
theMessage | error message string |
theTag | error label, for example GDAL, GDAL Provider, Raster layer |
theFile | the file where error was created |
theFunction | the function where error was created |
theLine | the line where error was created |
Definition at line 25 of file qgserror.cpp.
Member Function Documentation
QString QgsErrorMessage::file |
( |
| ) |
const |
|
inline |
QString QgsErrorMessage::function |
( |
| ) |
const |
|
inline |
int QgsErrorMessage::line |
( |
| ) |
const |
|
inline |
QString QgsErrorMessage::message |
( |
| ) |
const |
|
inline |
QString QgsErrorMessage::tag |
( |
| ) |
const |
|
inline |
Member Data Documentation
QString QgsErrorMessage::mFile |
|
private |
Detailed debug info.
Definition at line 64 of file qgserror.h.
Format QgsErrorMessage::mFormat |
|
private |
QString QgsErrorMessage::mFunction |
|
private |
int QgsErrorMessage::mLine |
|
private |
QString QgsErrorMessage::mMessage |
|
private |
QString QgsErrorMessage::mTag |
|
private |
Short description.
Definition at line 61 of file qgserror.h.
The documentation for this class was generated from the following files: