a run time error exception More...
#include <runtime_error.h>
Public Member Functions | |
RuntimeError (const char *fmt,...) G2O_ATTRIBUTE_FORMAT23 | |
virtual const char * | what () const throw () |
virtual | ~RuntimeError () throw () |
Protected Attributes | |
std::string | _errorMsg |
a run time error exception
Definition at line 28 of file runtime_error.h.
RuntimeError::RuntimeError | ( | const char * | fmt, |
... | |||
) | [explicit] |
constructor which allows to give a error message with printf like syntax
Definition at line 24 of file runtime_error.cpp.
RuntimeError::~RuntimeError | ( | ) | throw () [virtual] |
Definition at line 39 of file runtime_error.cpp.
virtual const char* RuntimeError::what | ( | ) | const throw () [inline, virtual] |
Definition at line 37 of file runtime_error.h.
std::string RuntimeError::_errorMsg [protected] |
Definition at line 40 of file runtime_error.h.