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

Defines a QGIS exception class. More...

#include <qgsexception.h>

Inheritance diagram for QgsException:
Inheritance graph
[legend]

Public Member Functions

 QgsException (const QString &message)
 Constructor for QgsException, with the specified error message. More...
 
virtual ~QgsException ()=default throw ()
 
QString what () const throw ()
 

Detailed Description

Defines a QGIS exception class.

Definition at line 34 of file qgsexception.h.

Constructor & Destructor Documentation

◆ QgsException()

QgsException::QgsException ( const QString &  message)
inline

Constructor for QgsException, with the specified error message.

Definition at line 41 of file qgsexception.h.

◆ ~QgsException()

virtual QgsException::~QgsException ( )
throw (
)
virtualdefault

Member Function Documentation

◆ what()

QString QgsException::what ( ) const
throw (
)
inline
Note
not available in Python bindings

Definition at line 49 of file qgsexception.h.


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