|
NetMauMau
0.24.0
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. | |
| uint32_t | getServerVersion () const throw () |
| Gets the server version. | |
| SOCKET | sockfd () const throw () |
| The socket on which the error occurred. | |
| virtual const char * | what () const throw () |
| A description of the error. | |
| 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.
1.8.1.2