|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
Exception thrown in case of malformed request. More...
#include <qgswcsserviceexception.h>

Public Member Functions | |
| QgsRequestNotWellFormedException (const QString &message, const QString &locator=QString()) | |
| Constructor for QgsRequestNotWellFormedException (RequestNotWellFormed code name). | |
Public Member Functions inherited from QgsWcs::QgsServiceException | |
| QgsServiceException (const QString &code, const QString &message, const QString &locator, int responseCode=200) | |
| Constructor for QgsServiceException. | |
| QgsServiceException (const QString &code, const QString &message, int responseCode=200) | |
| Constructor for QgsServiceException (empty locator attribute). | |
Public Member Functions inherited from QgsOgcServiceException | |
| QgsOgcServiceException (const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200, const QString &version=QStringLiteral("1.3.0")) | |
| Construction. | |
| QString | code () const |
| Returns the exception code. | |
| QByteArray | formatResponse (QString &responseFormat) const override |
| Formats the exception for sending to client. | |
| QString | locator () const |
| Returns the locator. | |
| QString | message () const |
| Returns the exception message. | |
| QString | version () const |
| Returns the exception version. | |
Public Member Functions inherited from QgsServerException | |
| QgsServerException (const QString &message, int responseCode=500) | |
| Constructor. | |
| int | responseCode () const |
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 () |
Exception thrown in case of malformed request.
Definition at line 86 of file qgswcsserviceexception.h.
|
inline |
Constructor for QgsRequestNotWellFormedException (RequestNotWellFormed code name).
| message | Exception message to return to the client |
| locator | Locator attribute according to OGC specifications |
Definition at line 95 of file qgswcsserviceexception.h.