10Duke Scale C++ Client
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
m
p
q
r
s
t
u
w
Functions
c
d
e
g
i
m
p
s
t
u
w
Variables
a
c
d
e
f
q
r
s
t
Typedefs
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
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Pages
Loading...
Searching...
No Matches
TimedOut.h
1
#ifndef TENDUKE_TIMEDOUT_H
2
#define TENDUKE_TIMEDOUT_H
3
4
#include "./InterruptedException.h"
5
6
namespace
tenduke
{
7
11
class
TimedOut
:
public
tenduke::InterruptedException
12
{
13
public
:
18
explicit
TimedOut
(
const
std::string &message) :
InterruptedException
(message) {}
19
};
11
class
TimedOut
:
public
tenduke::InterruptedException
{
…
};
20
21
}
22
23
#endif
//TENDUKE_TIMEDOUT_H
tenduke::InterruptedException
Exception thrown when an action is interrupted for some reason.
Definition
InterruptedException.h:12
tenduke::TimedOut
Exception thrown when an action has timed out.
Definition
TimedOut.h:12
tenduke::TimedOut::TimedOut
TimedOut(const std::string &message)
Constructs new instance.
Definition
TimedOut.h:18
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
BackendConfiguration.h:7
core
core
src
TimedOut.h
Generated by
1.11.0