TDME2 1.9.121
|
Base exception class for network server exceptions. More...
#include <tdme/network/udpserver/NetworkServerException.h>
Public Member Functions | |
NetworkServerException (const string &message) throw () | |
public constructor More... | |
![]() | |
NetworkException (const string &message) throw () | |
public constructor More... | |
![]() | |
ExceptionBase (const string &message) throw () | |
Public constructor. More... | |
~ExceptionBase () throw () | |
Base exception class for network server exceptions.
Definition at line 17 of file NetworkServerException.h.
NetworkServerException | ( | const string & | message | ) | |
throw | ( | ||||
) |
public constructor
&message | message exception message |
Definition at line 6 of file NetworkServerException.cpp.