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