NetMauMau 0.24.4
Client API
NetMauMau::Client::Exception::ProtocolErrorException Class Reference

An error in the protocol transmission occurred. More...

#include <protocolerrorexception.h>

Detailed Description

An error in the protocol transmission occurred.

Since
0.4
Inheritance diagram for NetMauMau::Client::Exception::ProtocolErrorException:

Public Member Functions

SOCKET sockfd () const throw ()
 The socket on which the error occurred.
 
virtual const char * what () const throw ()
 A description of the error.
 

Member Function Documentation

◆ sockfd()

SOCKET SocketException::sockfd ( ) const
throw ( )
inherited

The socket on which the error occurred.

Returns
the socket

◆ what()

const char * SocketException::what ( ) const
throw ( )
virtualinherited

A description of the error.

Returns
the description of the error

Reimplemented in NetMauMau::Client::Exception::VersionMismatchException.


The documentation for this class was generated from the following files: