$search
#include <rtcException.h>
Public Member Functions | |
Exception (const std::string &error=std::string()) | |
const std::string & | getErrorMessage () const |
const std::string & | what () const |
virtual | ~Exception () |
Protected Attributes | |
std::string | errorMessage |
Definition at line 28 of file rtcException.h.
rtc::Exception::Exception | ( | const std::string & | error = std::string() |
) |
Definition at line 26 of file rtcException.cpp.
rtc::Exception::~Exception | ( | void | ) | [virtual] |
Definition at line 31 of file rtcException.cpp.
const std::string & rtc::Exception::getErrorMessage | ( | ) | const |
Definition at line 35 of file rtcException.cpp.
const std::string & rtc::Exception::what | ( | ) | const |
Definition at line 40 of file rtcException.cpp.
std::string rtc::Exception::errorMessage [protected] |
Definition at line 40 of file rtcException.h.