TDME2
1.9.121
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
e
f
g
i
l
m
n
r
s
t
u
v
Enumerator
a
b
c
e
f
g
i
k
l
m
n
o
r
s
t
v
Related Functions
a
b
c
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
a
b
c
e
f
g
k
m
o
p
r
s
t
Functions
c
g
m
o
p
r
s
t
Variables
Macros
a
b
c
e
f
g
k
m
p
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
* @brief public 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)
public constructor
Definition:
NetworkKEMException.cpp:12
fwd-tdme.h
tdme.h
Generated by
1.9.3