Inheritance diagram for code::Exception:
Subclass from this exception class to provide further functionality.
Public Member Functions | |
Exception (const std::string &message) | |
const std::string & | getMessage () const |
virtual | ~Exception () |
code::Exception::Exception | ( | const std::string & | message | ) | [inline] |
virtual code::Exception::~Exception | ( | ) | [virtual] |
const std::string& code::Exception::getMessage | ( | ) | const [inline] |