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
AlreadyInitializedException.hpp
Go to the documentation of this file.
1
#ifndef ALREADYRUNNINGEXCEPTION_H
2
#define ALREADYRUNNINGEXCEPTION_H
3
4
#include <Poco/Exception.h>
5
6
namespace
HCE {
7
class
AlreadyInitializedException
:
public
Poco::Exception {
8
public
:
9
AlreadyInitializedException
(
const
std::string& message):Poco::Exception(message) {}
10
virtual
~AlreadyInitializedException
() throw () {}
11
};
12
}
13
14
#endif
/* ALREADYRUNNINGEXCEPTION_H */
15
sources
applicationFramework
src
exceptions
AlreadyInitializedException.hpp
Generated on Mon Jan 13 2014 13:08:36 for HCE project C++ developers source code library by
1.8.1.2