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.
Member Enumeration Documentation
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 |
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 |
The documentation for this class was generated from the following files: