highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
ComponentNotFoundException.hpp
Go to the documentation of this file.
1 #ifndef COMPONENT_NOT_FOUND_EXCEPTION_HPP
2 #define COMPONENT_NOT_FOUND_EXCEPTION_HPP
3 
5 
6 namespace HCE
7 {
8  namespace exception
9  {
11  {
12  public:
14  virtual ~ComponentNotFoundException() throw(){}
15  };
16  }
17 }
18 
19 #endif