Error thrown by SgGtpClient::Send() if command fails or connection is broken. More...
#include <SgGtpClient.h>
Public Member Functions | |
SgGtpFailure (const std::string &message) | |
Constructor. | |
const char * | what () const throw () |
Implementation of std::exception::what(). |
Error thrown by SgGtpClient::Send() if command fails or connection is broken.
Definition at line 16 of file SgGtpClient.h.
SgGtpFailure::SgGtpFailure | ( | const std::string & | message | ) |
Constructor.
message | The failure response of the command or other error message. |
Definition at line 16 of file SgGtpClient.cpp.
const char * SgException::what | ( | ) | const throw () [inherited] |
Implementation of std::exception::what().
Definition at line 31 of file SgException.cpp.
References SgException::m_message.