TDME2  1.9.200
NetworkIOException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 
8 using std::string;
9 
11 
12 /**
13  * Base exception class for network IO exceptions
14  * @author Andreas Drewke
15  */
17 public:
18  /**
19  * Constructor
20  * @param &message message exception message
21  */
22  NetworkIOException(const string &message) throw();
23 };
Base exception class for network exceptions.
Base exception class for network IO exceptions.
NetworkIOException(const string &message)
Constructor.