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
ThreadAlreadyRunException.hpp
Go to the documentation of this file.
1
14
#ifndef THREAD_ALREADY_RUN_EXCEPTION_HPP
15
#define THREAD_ALREADY_RUN_EXCEPTION_HPP
16
17
#include "
ExceptionBase.hpp
"
18
19
namespace
HCE
20
{
21
namespace
exception
22
{
23
class
ThreadAlreadyRunException
:
public
ExceptionBase
24
{
25
public
:
26
ThreadAlreadyRunException
(
const
std::string &
what
):
ExceptionBase
(what){}
27
virtual
~ThreadAlreadyRunException
() throw(){}
28
};
29
}
30
}
31
32
#endif
sources
utils
HCECSM
src
ThreadAlreadyRunException.hpp
Generated on Tue Jun 30 2015 19:42:13 for hce-node application by
1.8.1.2