NetMauMau
0.17.1
Client API
|
#include <versionmismatchexception.h>
The server version is not supported by the client.
Public Member Functions | |
uint32_t | getClientVersion () const throw () |
Gets the client version. More... | |
uint32_t | getServerVersion () const throw () |
Gets the server version. More... | |
SOCKET | sockfd () const throw () |
The socket on which the error occurred. More... | |
virtual const char * | what () const throw () |
A description of the error. More... | |
uint32_t VersionMismatchException::getClientVersion | ( | ) | const | |
throw | ( | |||
) |
Gets the client version.
uint32_t VersionMismatchException::getServerVersion | ( | ) | const | |
throw | ( | |||
) |
Gets the server version.
|
inherited |
The socket on which the error occurred.
|
virtual |
A description of the error.
Reimplemented from NetMauMau::Common::Exception::SocketException.