HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ReducingExceptionsTranslator.hpp
Go to the documentation of this file.
1
15
#ifndef REDUCINGEXCEPTIONSTRANSLATOR_HPP_
16
#define REDUCINGEXCEPTIONSTRANSLATOR_HPP_
17
18
#include "
ReducingExceptionsTranslatorIf.hpp
"
19
20
namespace
HCE{
21
namespace
reduce{
22
23
class
ReducingExceptionsTranslator
:
public
ReducingExceptionsTranslatorIf
{
24
public
:
25
ReducingExceptionsTranslator
();
26
virtual
~ReducingExceptionsTranslator
();
27
28
int
translateToErrorCode
(
const
NotFoundByKeyException
& e);
29
std::string
translateToErrorMsg
(
const
NotFoundByKeyException
& e);
30
};
31
32
}
33
}
34
35
#endif
sources
reduceHandler
src
ReducingExceptionsTranslator.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2