|
QGIS API Documentation
3.0.2-Girona (307d082)
|
Exception base class for service exceptions. More...
#include <qgsserverexception.h>

Public Member Functions | |
| QgsOgcServiceException (const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200, const QString &version=QStringLiteral("1.3.0")) | |
| Construction. More... | |
| QString | code () const |
| QByteArray | formatResponse (QString &responseFormat) const override |
| Overridden from QgsServerException. More... | |
| QString | locator () const |
| QString | message () const |
| QString | version () const |
| return exception version More... | |
Public Member Functions inherited from QgsServerException | |
| QgsServerException (const QString &message, int responseCode=500) | |
| Constructor. More... | |
| int | responseCode () const |
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 () |
Exception base class for service exceptions.
Note that this exception is associated with a default return code 200 which may be not appropriate in some situations.
Definition at line 77 of file qgsserverexception.h.
| QgsOgcServiceException::QgsOgcServiceException | ( | const QString & | code, |
| const QString & | message, | ||
| const QString & | locator = QString(), |
||
| int | responseCode = 200, |
||
| const QString & | version = QStringLiteral("1.3.0") |
||
| ) |
Construction.
|
inline |
Definition at line 92 of file qgsserverexception.h.
|
overridevirtual |
Overridden from QgsServerException.
Reimplemented from QgsServerException.
|
inline |
Definition at line 95 of file qgsserverexception.h.
|
inline |
Definition at line 89 of file qgsserverexception.h.
|
inline |
return exception version
Definition at line 98 of file qgsserverexception.h.
1.8.13