17 #ifndef QGSEXCEPTION_H 
   18 #define QGSEXCEPTION_H 
   20 #define SIP_NO_CREATION 
   26 #include "qgis_core.h" 
   48     QString what() const throw()
 
Custom exception class for Coordinate Reference System related exceptions.
QgsCsException(const QString &message)
Constructor for QgsCsException, with the specified error message.
Defines a QGIS exception class.
virtual ~QgsException()=default
QgsException(const QString &message)
Constructor for QgsException, with the specified error message.
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.
QgsProcessingException(const QString &message)
Constructor for QgsProcessingException, with the specified error message.
Custom exception class for provider connection related exceptions.
QgsProviderConnectionException(const QString &message)
Constructor for QgsProviderConnectionException, with the specified error message.