highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
ThreadAlreadyJoinedException.hpp
Go to the documentation of this file.
1
#ifndef THREADALREADYJOINEDEXCEPTION_H
2
#define THREADALREADYJOINEDEXCEPTION_H
3
4
#include <Poco/Exception.h>
5
6
namespace
HCE {
7
class
ThreadAlreadyJoinedException
:
public
Poco::Exception {
8
public
:
9
ThreadAlreadyJoinedException
(
const
std::string& message):Poco::Exception(message){}
10
virtual
~ThreadAlreadyJoinedException
() throw () {}
11
};
12
}
13
#endif
/* THREADALREADYJOINEDEXCEPTION_H */
14
sources
utils
applicationFramework
src
exceptions
ThreadAlreadyJoinedException.hpp
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2