| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
Custom exception class for processing related exceptions. More...
#include <qgsexception.h>

| Public Member Functions | |
| QgsProcessingException (const QString &message) | |
| Constructor for QgsProcessingException, 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 for processing related exceptions.
Definition at line 82 of file qgsexception.h.
| 
 | inline | 
Constructor for QgsProcessingException, with the specified error message.
Definition at line 89 of file qgsexception.h.