QgsErrorMessage represents single error message.
More...
#include <qgserror.h>
QgsErrorMessage represents single error message.
Definition at line 32 of file qgserror.h.
QgsErrorMessage::QgsErrorMessage |
( |
| ) |
|
|
default |
QgsErrorMessage::QgsErrorMessage |
( |
const QString & |
message, |
|
|
const QString & |
tag = QString() , |
|
|
const QString & |
file = QString() , |
|
|
const QString & |
function = QString() , |
|
|
int |
line = 0 |
|
) |
| |
Constructor.
- Parameters
-
message | error message string |
tag | error label, for example GDAL, GDAL Provider, Raster layer |
file | the file where error was created |
function | the function where error was created |
line | the line where error was created |
Definition at line 25 of file qgserror.cpp.
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: