QGIS API Documentation
3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
src
server
qgsmapserviceexception.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsmapserviceexception.h
3
------------------------
4
begin : June 13, 2006
5
copyright : (C) 2006 by Marco Hugentobler
6
email : marco dot hugentobler at karto dot baug dot ethz dot ch
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef QGSMAPSERVICEEXCEPTION
19
#define QGSMAPSERVICEEXCEPTION
20
21
#define SIP_NO_FILE
22
23
#include "qgis_server.h"
24
#include "
qgsserverexception.h
"
25
26
#include <QString>
27
43
class
SERVER_EXPORT
QgsMapServiceException
:
public
QgsOgcServiceException
44
{
45
public
:
51
QgsMapServiceException
(
const
QString &
code
,
const
QString &
message
)
52
:
QgsOgcServiceException
(
code
,
message
)
53
{}
54
};
55
56
#endif
QgsMapServiceException::QgsMapServiceException
QgsMapServiceException(const QString &code, const QString &message)
Constructor for QgsMapServiceException.
Definition
qgsmapserviceexception.h:51
QgsOgcServiceException::QgsOgcServiceException
QgsOgcServiceException(const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200, const QString &version=QStringLiteral("1.3.0"))
Construction.
Definition
qgsserverexception.cpp:45
QgsOgcServiceException::message
QString message() const
Returns the exception message.
Definition
qgsserverexception.h:92
QgsOgcServiceException::code
QString code() const
Returns the exception code.
Definition
qgsserverexception.h:95
qgsserverexception.h
Generated on
for QGIS API Documentation by
1.15.0