#include <exception.hpp>
Public Member Functions | |
Exception () | |
Exception (std::string msg) | |
const char * | what () const throw () |
~Exception () throw () | |
virtual const std::string & | getMessage () const |
std::string | copyMessage () const |
Protected Attributes | |
std::string | message |
se3::Exception::Exception | ( | ) | [inline] |
se3::Exception::Exception | ( | std::string | msg | ) | [inline] |
se3::Exception::~Exception | ( | ) | throw () [inline] |
std::string se3::Exception::copyMessage | ( | ) | const [inline] |
References getMessage().
virtual const std::string& se3::Exception::getMessage | ( | ) | const [inline, virtual] |
References message.
Referenced by copyMessage(), and what().
const char* se3::Exception::what | ( | ) | const throw () [inline] |
References getMessage().
std::string se3::Exception::message [protected] |
Referenced by getMessage().