QgsException class

Defines a QGIS exception class.

Derived classes

class QgsCsException
Custom exception class for Coordinate Reference System related exceptions.
class QgsProcessingException
Custom exception class for processing related exceptions.
class QgsWkbException
Custom exception class for Wkb related exceptions.

Constructors, destructors, conversion operators

QgsException(const QString& message)
Constructor for QgsException, with the specified error message.

Public functions

auto what() const -> QString

Function documentation

QString QgsException::what() const