TDME2
1.9.200
src
tdme
os
network
NetworkException.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/utilities/fwd-tdme.h
>
8
#include <
tdme/utilities/ExceptionBase.h
>
9
10
using
tdme::utilities::ExceptionBase
;
11
12
/**
13
* Base exception class for network exceptions
14
* @author Andreas Drewke
15
*/
16
class
tdme::os::network::NetworkException
:
public
ExceptionBase
{
17
public
:
18
/**
19
* Constructor
20
* @param &message message exception message
21
*/
22
NetworkException
(
const
string
&message)
throw
();
23
};
ExceptionBase.h
tdme::os::network::NetworkException
Base exception class for network exceptions.
Definition:
NetworkException.h:16
tdme::os::network::NetworkException::NetworkException
NetworkException(const string &message)
Constructor.
Definition:
NetworkException.cpp:14
tdme::utilities::ExceptionBase
Exception base class.
Definition:
ExceptionBase.h:19
fwd-tdme.h
tdme.h
fwd-tdme.h
Generated by
1.9.1