hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
hce-node application
HCE project node model
Namespaces
Classes
Files
File List
sources
src
utils
algorithms
applicationFramework
asmXMLParser
base64
coreDumpChecker
DRCE
exec
HCECSM
src
ComponentBase.hpp
ComponentExceptionBase.hpp
ComponentManager.cpp
ComponentManager.hpp
ComponentManagerPool.cpp
ComponentManagerPool.hpp
ComponentManagerPoolIf.hpp
ComponentManagerPoolSimple.cpp
ComponentManagerPoolSimple.hpp
ComponentNotFoundException.hpp
ComponentsFactory.hpp
ComponentsManagerFactory.hpp
DataBase.hpp
ExceptionBase.cpp
ExceptionBase.hpp
HCEConstants.cpp
HCEConstants.hpp
OperationNotFoundException.hpp
TaskComponentException.hpp
TaskManagerEmptyException.hpp
TaskWaitObject.cpp
TaskWaitObject.hpp
TaskWaitObjectWrapper.cpp
TaskWaitObjectWrapper.hpp
ThreadAlreadyRunException.hpp
jsonObjExtractor
kvdb
messageStream
reduceAdditionCore
reduceCore
reduceDRCE
reduceHandler
reduceSphinx
refine
serializable
sphinx
types
xmlCleaner
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