Public Types | |
enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::TRACES, NOT_OPEN } |
Public Member Functions | |
virtual const std::string & | getExceptionName (void) const |
ExceptionTraces (const ExceptionTraces::ErrorCodeEnum &errcode, const std::string &msg="") | |
ExceptionTraces (const ExceptionTraces::ErrorCodeEnum &errcode, const std::string &msg, const char *format,...) | |
virtual | ~ExceptionTraces (void) throw () |
Static Public Attributes | |
static const std::string | EXCEPTION_NAME |
dynamicgraph::ExceptionTraces::ExceptionTraces | ( | const ExceptionTraces::ErrorCodeEnum & | errcode, | |
const std::string & | msg = "" | |||
) |
dynamicgraph::ExceptionTraces::ExceptionTraces | ( | const ExceptionTraces::ErrorCodeEnum & | errcode, | |
const std::string & | msg, | |||
const char * | format, | |||
... | ||||
) |
virtual dynamicgraph::ExceptionTraces::~ExceptionTraces | ( | void | ) | throw () [inline, virtual] |
virtual const std::string& dynamicgraph::ExceptionTraces::getExceptionName | ( | void | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::ExceptionAbstract.
const std::string dynamicgraph::ExceptionTraces::EXCEPTION_NAME [static] |
Reimplemented from dynamicgraph::ExceptionAbstract.