TDME2
1.9.200
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
c
d
g
i
m
p
q
r
s
v
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
i
k
l
m
n
o
r
s
t
v
Related Functions
a
b
c
d
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
v
Functions
c
g
m
o
p
r
s
t
Variables
Macros
a
b
c
e
f
g
k
m
p
s
t
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
tdme
network
udpserver
ServerClientRequestHandlerHubException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/utilities/ExceptionBase.h
>
7
8
using
tdme::utilities::ExceptionBase
;
9
10
using
std::string;
11
12
namespace
tdme
{
13
namespace
network {
14
namespace
udpserver {
15
16
/**
17
* Network server client request handler hub exception
18
* @author Andreas Drewke
19
*/
20
class
ServerClientRequestHandlerHubException
:
public
ExceptionBase
{
21
public
:
22
/**
23
* @brief public constructor
24
* @param &message message exception message
25
*/
26
ServerClientRequestHandlerHubException
(
const
string
& message)
throw
();
27
};
28
29
};
30
};
31
};
32
ExceptionBase.h
tdme::network::udpserver::ServerClientRequestHandlerHubException
Network server client request handler hub exception.
Definition:
ServerClientRequestHandlerHubException.h:20
tdme::network::udpserver::ServerClientRequestHandlerHubException::ServerClientRequestHandlerHubException
ServerClientRequestHandlerHubException(const string &message)
public constructor
Definition:
ServerClientRequestHandlerHubException.cpp:13
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:19
tdme
Definition:
fwd-tdme.h:4
tdme.h
Generated by
1.9.1