QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsNotSupportedException Class Reference

Custom exception class which is raised when an operation is not supported. More...

#include <qgsexception.h>

Inheritance diagram for QgsNotSupportedException:
Inheritance graph
[legend]

Public Member Functions

 QgsNotSupportedException (const QString &message)
 Constructor for QgsNotSupportedException, 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 ()
 

Detailed Description

Custom exception class which is raised when an operation is not supported.

Since
QGIS 3.20

Definition at line 117 of file qgsexception.h.

Constructor & Destructor Documentation

◆ QgsNotSupportedException()

QgsNotSupportedException::QgsNotSupportedException ( const QString &  message)
inline

Constructor for QgsNotSupportedException, with the specified error message.

Definition at line 124 of file qgsexception.h.


The documentation for this class was generated from the following file: