|
QGIS API Documentation 3.99.0-Master (21b3aa880ba)
|
Defines a QGIS exception class. More...
#include <qgsexception.h>

Public Member Functions | |
| QgsException (const QString &message) | |
| Constructor for QgsException, with the specified error message. | |
| virtual | ~QgsException () throw () =default |
| QString | what () const throw () |
Defines a QGIS exception class.
Definition at line 32 of file qgsexception.h.
|
inline |
Constructor for QgsException, with the specified error message.
Definition at line 39 of file qgsexception.h.
|
virtualdefault | ||||||||||||
|
inline | ||||||||||||
Definition at line 47 of file qgsexception.h.