QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsWms::QgsBadRequestException Class Reference

Exception thrown in case of malformed request. More...

#include <qgswmsserviceexception.h>

Inheritance diagram for QgsWms::QgsBadRequestException:
Inheritance graph
[legend]

Public Member Functions

 QgsBadRequestException (ExceptionCode code, const QgsWmsParameter &parameter)
 Constructor for QgsBadRequestException (HTTP error code 400). More...
 
 QgsBadRequestException (ExceptionCode code, const QString &message)
 Constructor for QgsBadRequestException (HTTP error code 400). More...
 
- Public Member Functions inherited from QgsWms::QgsServiceException
 QgsServiceException (const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200)
 Constructor for QgsServiceException. More...
 
 QgsServiceException (const QString &code, const QString &message, int responseCode)
 Constructor for QgsServiceException (empty locator attribute). More...
 
 QgsServiceException (ExceptionCode code, const QgsWmsParameter &parameter, int responseCode)
 Constructor for QgsServiceException (empty locator attribute). More...
 
 QgsServiceException (ExceptionCode code, const QString &message, int responseCode)
 Constructor for QgsServiceException (empty locator attribute). More...
 
- 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. More...
 
QString code () const
 Returns the exception code. More...
 
QByteArray formatResponse (QString &responseFormat) const override
 Formats the exception for sending to client. More...
 
QString locator () const
 Returns the locator. More...
 
QString message () const
 Returns the exception message. More...
 
QString version () const
 Returns the exception version. More...
 
- Public Member Functions inherited from QgsServerException
 QgsServerException (const QString &message, int responseCode=500)
 Constructor. More...
 
virtual QByteArray formatResponse (QString &responseFormat) const
 Formats the exception for sending to client. 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 ()
 

Additional Inherited Members

- Public Types inherited from QgsWms::QgsServiceException
enum  ExceptionCode {
  OGC_InvalidFormat , OGC_InvalidSRS , OGC_LayerNotDefined , OGC_StyleNotDefined ,
  OGC_LayerNotQueryable , OGC_CurrentUpdateSequence , OGC_InvalidUpdateSequence , OGC_MissingDimensionValue ,
  OGC_InvalidDimensionValue , OGC_InvalidPoint , OGC_InvalidCRS , OGC_OperationNotSupported ,
  QGIS_MissingParameterValue , QGIS_InvalidParameterValue
}
 Exception codes as defined in OGC scpecifications for WMS 1.1.1 and WMS 1.3.0. More...
 

Detailed Description

Exception thrown in case of malformed request.

Definition at line 210 of file qgswmsserviceexception.h.

Constructor & Destructor Documentation

◆ QgsBadRequestException() [1/2]

QgsWms::QgsBadRequestException::QgsBadRequestException ( ExceptionCode  code,
const QString &  message 
)
inline

Constructor for QgsBadRequestException (HTTP error code 400).

Parameters
codeError code
messageException message to return to the client
Since
QGIS 3.8

Definition at line 220 of file qgswmsserviceexception.h.

◆ QgsBadRequestException() [2/2]

QgsWms::QgsBadRequestException::QgsBadRequestException ( ExceptionCode  code,
const QgsWmsParameter parameter 
)
inline

Constructor for QgsBadRequestException (HTTP error code 400).

Parameters
codeError code
parameterThe WMS parameter on which an error has been detected
Since
QGIS 3.8

Definition at line 230 of file qgswmsserviceexception.h.


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