Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgGtpFailure Class Reference

#include <SgGtpClient.h>

Inheritance diagram for SgGtpFailure:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

Definition at line 17 of file SgGtpClient.h.

Public Member Functions

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


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 17 of file SgGtpClient.cpp.


Member Function Documentation

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

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

Definition at line 27 of file SgException.cpp.

References SgException::m_message.


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


17 Jun 2010 Doxygen 1.4.7