|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
Custom exception class when argument are invalid. More...
#include <qgsexception.h>

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 () |
Custom exception class when argument are invalid.
Ie. algorithms or processing can not continue computation.
Definition at line 168 of file qgsexception.h.
|
inline |
Constructor for QgsInvalidArgumentException, with the specified error message.
Definition at line 175 of file qgsexception.h.