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