TDME2 1.9.121
|
Base exception class for network client exceptions. More...
#include <tdme/network/udpclient/NetworkClientException.h>
Public Member Functions | |
NetworkClientException (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 client exceptions.
Definition at line 17 of file NetworkClientException.h.
NetworkClientException | ( | const string & | message | ) | |
throw | ( | ||||
) |
public constructor
&message | message exception message |
Definition at line 6 of file NetworkClientException.cpp.