QGIS/python/server/qgsmapserviceexception.sip.in

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-06-26 09:57:09 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/server/qgsmapserviceexception.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMapServiceException : QgsOgcServiceException
2014-10-09 15:05:19 +02:00
{
2017-06-26 09:57:09 +02:00
%Docstring
Exception class for WMS service exceptions (for compatibility only).
2017-12-15 10:36:55 -04:00
\deprecated Use QsgServerException
2017-06-26 09:57:09 +02:00
2017-12-15 10:36:55 -04:00
The most important codes are:
* "InvalidFormat"
* "Invalid CRS"
* "LayerNotDefined" / "StyleNotDefined"
* "OperationNotSupported"
2017-06-26 09:57:09 +02:00
%End
2014-10-09 15:05:19 +02:00
%TypeHeaderCode
2017-06-26 09:57:09 +02:00
#include "qgsmapserviceexception.h"
2014-10-09 15:05:19 +02:00
%End
public:
QgsMapServiceException( const QString &code, const QString &message );
2014-10-09 15:05:19 +02:00
};
2017-06-26 09:57:09 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/server/qgsmapserviceexception.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/