HCE project C++ developers source code library
1.1.1
HCE project developer library
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
HCECSM
src
ThreadAlreadyRunException.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2