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
AttributeException.hpp
1
// Copyright 2015 GEOSYSTEMS SRL
2
// All Rights Reserved.
3
#ifndef FIRE_PLUGIN_DATA_EXCEPTION_ATTRIBUTEEXCEPTION_H
4
#define FIRE_PLUGIN_DATA_EXCEPTION_ATTRIBUTEEXCEPTION_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
AttributeException
:
public
fire::exception::Exception
{
17
public
:
18
AttributeException
();
19
explicit
AttributeException
(std::string
const
& msg);
20
virtual
~
AttributeException
()
throw
();
21
};
22
23
}
// namespace exception
24
}
// namespace source
25
}
// namespace fire
26
27
#endif // TRANSACTIONEXCEPTION_H
fire::exception::Exception
Classe per la gestione di un'eccezione generica.
Definition:
Exception.hpp:26
fire::source::exception::AttributeException
Definition:
AttributeException.hpp:16
include
fire
source
exception
AttributeException.hpp
Generato Mar 7 Lug 2015 12:36:53 per Fire Core da
1.8.6