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

Exception class for WMS service exceptions (for compatibility only). More...

#include <qgsmapserviceexception.h>

Inheritance diagram for QgsMapServiceException:
Inheritance graph
[legend]

Public Member Functions

 QgsMapServiceException (const QString &code, const QString &message)
 Constructor for QgsMapServiceException. 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 ()
 

Detailed Description

Exception class for WMS service exceptions (for compatibility only).

The most important codes are:

Definition at line 43 of file qgsmapserviceexception.h.

Constructor & Destructor Documentation

◆ QgsMapServiceException()

QgsMapServiceException::QgsMapServiceException ( const QString &  code,
const QString &  message 
)
inline

Constructor for QgsMapServiceException.

Parameters
codeHTTP error code
messageException message to return to the client

Definition at line 52 of file qgsmapserviceexception.h.


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