hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ReducingExceptionsTranslator.cpp
Go to the documentation of this file.
1
#include "
ReducingExceptionsTranslator.hpp
"
2
3
namespace
HCE{
4
namespace
reduce{
5
6
ReducingExceptionsTranslator::ReducingExceptionsTranslator
(){}
7
8
ReducingExceptionsTranslator::~ReducingExceptionsTranslator
(){}
9
10
int
ReducingExceptionsTranslator::translateToErrorCode
(
const
NotFoundByKeyException
& e)
11
{
12
return
INTERNAL_ERROR
;
13
}
14
15
std::string
ReducingExceptionsTranslator::translateToErrorMsg
(
16
const
NotFoundByKeyException
& e)
17
{
18
return
e.
what
();
19
}
20
21
}
22
}
sources
utils
reduceHandler
src
ReducingExceptionsTranslator.cpp
Generated on Tue Jun 30 2015 19:42:14 for hce-node application by
1.8.1.2