hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 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 
19 
20 namespace HCE{
21 namespace reduce{
22 
24 public:
27 
29  std::string translateToErrorMsg(const NotFoundByKeyException& e);
30 };
31 
32 }
33 }
34 
35 #endif