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