QGIS API Documentation 3.33.0-Master (4676af859f)
|
Custom exception class for settings related exceptions. More...
#include <qgsexception.h>
Public Member Functions | |
QgsSettingsException (const QString &message) | |
Constructor for QgsProcessingException, with the specified error message. | |
![]() | |
QgsException (const QString &message) | |
Constructor for QgsException, with the specified error message. | |
virtual | ~QgsException () throw () =default |
QString | what () const throw () |
Custom exception class for settings related exceptions.
Definition at line 134 of file qgsexception.h.
|
inline |
Constructor for QgsProcessingException, with the specified error message.
Definition at line 141 of file qgsexception.h.