hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TaskComponentException.hpp
Go to the documentation of this file.
1 #ifndef TASK_COMPONENT_EXCEPTION_HPP
2 #define TASK_COMPONENT_EXCEPTION_HPP
3 
4 #include "HCEConstants.hpp"
6 
7 namespace HCE
8 {
9  namespace exception
10  {
12  {
13  protected:
15  public:
18  ComponentExceptionBase(dynamic_cast<ComponentExceptionBase&>(const_cast<TaskComponentException &>(exp))) {}
21  virtual ~TaskComponentException() throw(){}
22  };
23  }
24 }
25 
26 #endif