#include <sot/core/exception-tools.hh>
Public Types | |
enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::TOOLS, CORBA, KALMAN_SIZE, PY_SHELL_PTR } |
Public Member Functions | |
virtual const std::string & | getExceptionName () const |
ExceptionTools (const ExceptionTools::ErrorCodeEnum &errcode, const std::string &msg="") | |
ExceptionTools (const ExceptionTools::ErrorCodeEnum &errcode, const std::string &msg, const char *format,...) | |
virtual | ~ExceptionTools (void) throw () |
Static Public Attributes | |
static const std::string | EXCEPTION_NAME |
dynamicgraph::sot::ExceptionTools::ExceptionTools | ( | const ExceptionTools::ErrorCodeEnum & | errcode, |
const std::string & | msg = "" |
||
) |
dynamicgraph::sot::ExceptionTools::ExceptionTools | ( | const ExceptionTools::ErrorCodeEnum & | errcode, |
const std::string & | msg, | ||
const char * | format, | ||
... | |||
) |
virtual dynamicgraph::sot::ExceptionTools::~ExceptionTools | ( | void | ) | throw () [inline, virtual] |
virtual const std::string& dynamicgraph::sot::ExceptionTools::getExceptionName | ( | void | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::sot::ExceptionAbstract.
const std::string dynamicgraph::sot::ExceptionTools::EXCEPTION_NAME [static] |
Reimplemented from dynamicgraph::sot::ExceptionAbstract.