hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
hce-node application
HCE project node model
Namespaces
Classes
Files
File List
sources
src
utils
algorithms
applicationFramework
asmXMLParser
base64
coreDumpChecker
DRCE
exec
HCECSM
jsonObjExtractor
kvdb
messageStream
reduceAdditionCore
reduceCore
reduceDRCE
reduceHandler
samlpes
src
ConsoleSupportNotifier.cpp
ConsoleSupportNotifier.hpp
PocoJSONBuilder.cpp
PocoJSONBuilder.hpp
PocoJSONExtractor.cpp
PocoJSONExtractor.hpp
PocoJSONReducingInputMessageConvertor.cpp
PocoJSONReducingInputMessageConvertor.hpp
PocoJSONReducingOutputMessageConvertor.cpp
PocoJSONReducingOutputMessageConvertor.hpp
ReduceAdditionsStorage.cpp
ReduceAdditionsStorage.hpp
ReduceAdditionsStorageIf.hpp
ReducerFunctionalObject.cpp
ReducerFunctionalObject.hpp
ReducerFunctionalObjectSphinx.hpp
ReducingBaseMessage.cpp
ReducingBaseMessage.hpp
ReducingConvertorConsts.hpp
ReducingExceptionsTranslator.cpp
ReducingExceptionsTranslator.hpp
ReducingExceptionsTranslatorIf.hpp
ReducingHandler.cpp
ReducingHandler.hpp
ReducingHandlerBuilder.cpp
ReducingHandlerBuilder.hpp
ReducingInputMessage.hpp
ReducingOutputMessage.cpp
ReducingOutputMessage.hpp
ReducingOutputMessageBuilder.cpp
ReducingOutputMessageBuilder.hpp
ReducingOutputMessageBuilderIf.hpp
ReducingPartsCountersStorage.cpp
ReducingPartsCountersStorage.hpp
ReducingPartsCountersStorageIf.hpp
ReducingTaskTTLManager.hpp
SphinxTaskReducersManagerBuilder.hpp
SupportNotifierIf.hpp
TaskReducersManagerFactory.cpp
TaskReducersManagerFactory.hpp
TaskReducersManagerFactoryIf.hpp
tests
reduceSphinx
refine
serializable
sphinx
types
xmlCleaner
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ReducingExceptionsTranslatorIf.hpp
Go to the documentation of this file.
1
15
#ifndef REDUCINGEXCEPTIONSTRANSLATORIF_HPP_
16
#define REDUCINGEXCEPTIONSTRANSLATORIF_HPP_
17
18
#include "
Exceptions.hpp
"
19
#include <string>
20
21
namespace
HCE{
22
namespace
reduce{
23
24
const
int
INTERNAL_ERROR
= 3;
25
26
class
ReducingExceptionsTranslatorIf
{
27
public
:
28
virtual
~ReducingExceptionsTranslatorIf
(){}
29
30
virtual
int
translateToErrorCode
(
const
NotFoundByKeyException
& e) = 0;
31
virtual
std::string
translateToErrorMsg
(
const
NotFoundByKeyException
& e) = 0;
32
};
33
34
}
35
}
36
37
#endif
sources
utils
reduceHandler
src
ReducingExceptionsTranslatorIf.hpp
Generated on Tue Jun 30 2015 19:42:14 for hce-node application by
1.8.1.2