TDME2  1.9.200
NetworkKEMException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
8 
9 using std::string;
10 
11 /**
12  * Kernel event mechanism exception class
13  * @author Andreas Drewke
14  */
16 public:
17  /**
18  * Constructor
19  * @param &message message exception message
20  */
21  NetworkKEMException(const string &message) throw();
22 };
Base exception class for network exceptions.
Kernel event mechanism exception class.
NetworkKEMException(const string &message)
Constructor.