QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
17 #ifndef QGSEXCEPTION_H
18 #define QGSEXCEPTION_H
20 #define SIP_NO_CREATION
26 #include "qgis_core.h"
48 QString what() const throw()
QgsProviderConnectionException(const QString &message)
Constructor for QgsProviderConnectionException, with the specified error message.
Defines a QGIS exception class.
QgsCsException(const QString &message)
Constructor for QgsCsException, with the specified error message.
QgsProcessingException(const QString &message)
Constructor for QgsProcessingException, with the specified error message.
Custom exception class for Coordinate Reference System related exceptions.
QgsException(const QString &message)
Constructor for QgsException, with the specified error message.
Custom exception class for provider connection related exceptions.
Custom exception class which is raised when an operation is not supported.
QgsNotSupportedException(const QString &message)
Constructor for QgsNotSupportedException, with the specified error message.
Custom exception class for processing related exceptions.