QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsInvalidArgumentException Class Reference

Custom exception class when argument are invalid. More...

#include <qgsexception.h>

Inheritance diagram for QgsInvalidArgumentException:

Public Member Functions

 QgsInvalidArgumentException (const QString &message)
 Constructor for QgsInvalidArgumentException, with the specified error message.
Public Member Functions inherited from QgsException
 QgsException (const QString &message)
 Constructor for QgsException, with the specified error message.
virtual ~QgsException () throw () =default
QString what () const throw ()

Detailed Description

Custom exception class when argument are invalid.

Ie. algorithms or processing can not continue computation.

Since
QGIS 4.0

Definition at line 168 of file qgsexception.h.

Constructor & Destructor Documentation

◆ QgsInvalidArgumentException()

QgsInvalidArgumentException::QgsInvalidArgumentException ( const QString & message)
inline

Constructor for QgsInvalidArgumentException, with the specified error message.

Definition at line 175 of file qgsexception.h.


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