QgsErrorMessage represents single error message.  
 More...
#include <qgserror.h>
|  | 
|  | QgsErrorMessage () | 
|  | 
|  | QgsErrorMessage (const QString &theMessage, const QString &theTag=QString::null, const QString &theFile=QString::null, const QString &theFunction=QString::null, int theLine=0) | 
|  | Constructor.  More... 
 | 
|  | 
| QString | message () const | 
|  | 
| QString | tag () const | 
|  | 
| QString | file () const | 
|  | 
| QString | function () const | 
|  | 
| int | line () const | 
|  | 
QgsErrorMessage represents single error message. 
Definition at line 29 of file qgserror.h.
  
  | 
        
          | 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.
 
 
  
  | 
        
          | 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 | 
 
 
  
  | 
        
          | 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: