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
ComponentNotFoundException.hpp
Go to the documentation of this file.
1
#ifndef COMPONENT_NOT_FOUND_EXCEPTION_HPP
2
#define COMPONENT_NOT_FOUND_EXCEPTION_HPP
3
4
#include "
ComponentExceptionBase.hpp
"
5
6
namespace
HCE
7
{
8
namespace
exception
9
{
10
class
ComponentNotFoundException
:
public
ComponentExceptionBase
11
{
12
public
:
13
ComponentNotFoundException
(
const
std::string &
what
):
ComponentExceptionBase
(what) {}
14
virtual
~ComponentNotFoundException
() throw(){}
15
};
16
}
17
}
18
19
#endif
sources
utils
HCECSM
src
ComponentNotFoundException.hpp
Generated on Tue Jun 30 2015 19:42:13 for hce-node application by
1.8.1.2