MinitScript
0.9.31 PRE-BETA
src
minitscript
os
network
NetworkIOException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
minitscript/minitscript.h
>
6
#include <
minitscript/os/network/NetworkException.h
>
7
8
using
std::string;
9
10
using
minitscript::os::network::NetworkException
;
11
12
/**
13
* Base exception class for network IO exceptions
14
* @author Andreas Drewke
15
*/
16
class
minitscript::os::network::NetworkIOException
:
public
NetworkException
{
17
public
:
18
/**
19
* Public constructor
20
* @param &message message exception message
21
*/
22
NetworkIOException
(
const
string
&message)
throw
();
23
};
NetworkException.h
minitscript::os::network::NetworkException
Base exception class for network exceptions.
Definition:
NetworkException.h:16
minitscript::os::network::NetworkIOException
Base exception class for network IO exceptions.
Definition:
NetworkIOException.h:16
minitscript::os::network::NetworkIOException::NetworkIOException
NetworkIOException(const string &message)
Public constructor.
Definition:
NetworkIOException.cpp:12
minitscript.h
Generated by
1.9.1