QGIS API Documentation  3.4.15-Madeira (e83d02e274)
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 ( const QString &  message)
inline

Constructor for QgsException, with the specified error message.

Definition at line 41 of file qgsexception.h.

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

Member Function Documentation

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

Definition at line 48 of file qgsexception.h.


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