QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
QgsException Class Reference

Defines a QGIS exception class. More...

#include <qgsexception.h>

Inheritance diagram for QgsException:

Public Member Functions

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

Detailed Description

Defines a QGIS exception class.

Definition at line 32 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 39 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 47 of file qgsexception.h.


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