Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions

SgGtpFailure Class Reference

Error thrown by SgGtpClient::Send() if command fails or connection is broken. More...

#include <SgGtpClient.h>

Inheritance diagram for SgGtpFailure:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 SgGtpFailure (const std::string &message)
 Constructor.
const char * what () const throw ()
 Implementation of std::exception::what().

Detailed Description

Error thrown by SgGtpClient::Send() if command fails or connection is broken.

Definition at line 16 of file SgGtpClient.h.


Constructor & Destructor Documentation

SgGtpFailure::SgGtpFailure ( const std::string &  message  ) 

Constructor.

Parameters:
message The failure response of the command or other error message.

Definition at line 16 of file SgGtpClient.cpp.


Member Function Documentation

const char * SgException::what (  )  const throw () [inherited]

Implementation of std::exception::what().

Definition at line 31 of file SgException.cpp.

References SgException::m_message.


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


Sun Mar 13 2011 Doxygen 1.7.1