hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ChannelNotExistException.hpp
Go to the documentation of this file.
1
#ifndef CHANNELNOTEXIST_H
2
#define CHANNELNOTEXIST_H
3
4
#include <Poco/Exception.h>
5
#include <string>
6
7
namespace
HCE {
8
class
ChannelNotExistException
:
public
Poco::Exception {
9
public
:
10
ChannelNotExistException
(
const
std::string& message):Poco::Exception(message){}
11
virtual
~ChannelNotExistException
() throw() {}
12
};
13
}
14
#endif
/* CHANNELNOTEXIST_H */
15
sources
utils
applicationFramework
src
exceptions
ChannelNotExistException.hpp
Generated on Tue Jun 30 2015 19:42:10 for hce-node application by
1.8.1.2