se3::Exception Class Reference

#include <exception.hpp>

Inheritance diagram for se3::Exception:
[legend]
Collaboration diagram for se3::Exception:
[legend]

List of all members.

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

Constructor & Destructor Documentation

se3::Exception::Exception ( ) [inline]
se3::Exception::Exception ( std::string  msg) [inline]
se3::Exception::~Exception ( ) throw () [inline]

Member Function Documentation

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().


Member Data Documentation

std::string se3::Exception::message [protected]

Referenced by getMessage().