| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
Custom exception class which is raised when an operation is not supported. More...
#include <qgsexception.h>

| Public Member Functions | |
| QgsNotSupportedException (const QString &message) | |
| Constructor for QgsNotSupportedException, with the specified error message.  More... | |
|  Public Member Functions inherited from QgsException | |
| QgsException (const QString &message) | |
| Constructor for QgsException, with the specified error message.  More... | |
| virtual | ~QgsException ()=default throw () | 
| QString | what () const throw () | 
Custom exception class which is raised when an operation is not supported.
Definition at line 117 of file qgsexception.h.
| 
 | inline | 
Constructor for QgsNotSupportedException, with the specified error message.
Definition at line 124 of file qgsexception.h.