QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | List of all members
QgsProcessingException Class Reference

Custom exception class for processing related exceptions. More...

#include <qgsexception.h>

Inheritance diagram for QgsProcessingException:
Inheritance graph
[legend]

Public Member Functions

 QgsProcessingException (const QString &message)
 Constructor for QgsProcessingException, 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 for processing related exceptions.

Since
QGIS 3.0

Definition at line 82 of file qgsexception.h.

Constructor & Destructor Documentation

◆ QgsProcessingException()

QgsProcessingException::QgsProcessingException ( const QString &  message)
inline

Constructor for QgsProcessingException, with the specified error message.

Definition at line 89 of file qgsexception.h.


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