NetMauMau 0.24.4
Client API
Exceptions

Exceptions can be used to provide contextual and localized error messages. More...

Detailed Description

Exceptions can be used to provide contextual and localized error messages.

Classes

class  NetMauMau::Client::Exception::CapabilitiesException
 Failure while retrieving capabilities. More...
 
class  NetMauMau::Client::Exception::ConnectionRejectedException
 The connection to the server got rejected. More...
 
class  NetMauMau::Client::Exception::GameRunningException
 There is already a game running on the server. More...
 
class  NetMauMau::Client::Exception::LostConnectionException
 The server lost a connection to a player. More...
 
class  NetMauMau::Client::Exception::NoNetMauMauServerException
 The remote host is not a NetMauMau server. More...
 
class  NetMauMau::Client::Exception::PlayerlistException
 Failure while retrieving player list. More...
 
class  NetMauMau::Client::Exception::ProtocolErrorException
 An error in the protocol transmission occurred. More...
 
class  NetMauMau::Client::Exception::RemotePlayerException
 Error in communication wit a remote player. More...
 
class  NetMauMau::Client::Exception::ScoresException
 Failure while retrieving scores. More...
 
class  NetMauMau::Client::Exception::ShutdownException
 The server is shutting down. More...
 
class  NetMauMau::Common::Exception::SocketException
 There have been an error in the communication between server and client. More...
 
class  NetMauMau::Client::Exception::TimeoutException
 A connection timed out. More...
 
class  NetMauMau::Client::Exception::VersionMismatchException
 The server version is not supported by the client. More...