highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
highlighter application
HCE project utilities highlighter
Namespaces
Classes
Files
File List
sources
src
utils
algorithms
applicationFramework
base64
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
refine
main.cpp
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2