Fire Core
8.0.0.alpha
GIS framework per tutti gli usi
Pagina Principale
Namespace
Classi
File
Elenco dei file
Tutto
Classi
Namespace
Funzioni
Variabili
Ridefinizioni di tipo (typedef)
Tipi enumerati (enum)
Valori del tipo enumerato
Friend
LayerException.hpp
1
// Copyright 2015 GEOSYSTEMS SRL
2
// All Rights Reserved.
3
#ifndef FIRE_PLUGIN_DATA_EXCEPTION_LAYEREXCEPTION_H
4
#define FIRE_PLUGIN_DATA_EXCEPTION_LAYEREXCEPTION_H
5
6
#include <fire/exception/Exception.hpp>
7
8
#include <string>
9
10
#include "fire/gis/export.hpp"
11
12
namespace
fire {
13
namespace
source {
14
namespace
exception {
15
16
class
FIRE_GIS_DLL
LayerException
:
public
fire::exception::Exception
{
17
public
:
18
LayerException
();
19
explicit
LayerException
(std::string
const
& msg);
20
virtual
~
LayerException
()
throw
();
21
};
22
23
}
// namespace exception
24
}
// namespace source
25
}
// namespace fire
26
27
#endif // LAYEREXCEPTION_H
fire::source::exception::LayerException
Definition:
LayerException.hpp:16
fire::exception::Exception
Classe per la gestione di un'eccezione generica.
Definition:
Exception.hpp:26
include
fire
source
exception
LayerException.hpp
Generato Mar 7 Lug 2015 12:36:53 per Fire Core da
1.8.6