NetMauMau  0.24.0
Client API
Public Member Functions | List of all members
NetMauMau::Client::Exception::CapabilitiesException Class Reference

#include <capabilitiesexception.h>

Detailed Description

Failure while retrieving capabilities.

Since
0.4
Inheritance diagram for NetMauMau::Client::Exception::CapabilitiesException:
[legend]

Public Member Functions

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

Member Function Documentation

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

The socket on which the error occurred.

Returns
the socket
const char * SocketException::what ( ) const
throw (
)
virtualinherited

A description of the error.

Returns
the description of the error

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