TDME2 1.9.121
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NetworkKEMException.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
8
9using std::string;
10
11/**
12 * Kernel event mechanism exception class
13 * @author Andreas Drewke
14 */
16public:
17 /**
18 * @brief public 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)
public constructor