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