#include <SgException.h>
Inheritance diagram for SgException:
Definition at line 16 of file SgException.h.
Public Member Functions | |
SgException () | |
Construct with no message. | |
SgException (const std::string &message) | |
Construct with message. | |
virtual | ~SgException () throw () |
Destructor. | |
const char * | what () const throw () |
Implementation of std::exception::what(). | |
Private Attributes | |
std::string | m_message |
SgException::SgException | ( | ) |
SgException::SgException | ( | const std::string & | message | ) |
SgException::~SgException | ( | ) | throw () [virtual] |
const char * SgException::what | ( | ) | const throw () |
Implementation of std::exception::what().
Definition at line 27 of file SgException.cpp.
References m_message.
std::string SgException::m_message [private] |