Exceptions raised when an error related to traces happen. More...
#include <dynamic-graph/exception-traces.h>
Public Types | |
enum | ErrorCodeEnum { GENERIC = ExceptionAbstract::TRACES, NOT_OPEN } |
Public Member Functions | |
ExceptionTraces (const ExceptionTraces::ErrorCodeEnum &errcode, const std::string &msg="") | |
ExceptionTraces (const ExceptionTraces::ErrorCodeEnum &errcode, const std::string &msg, const char *format,...) | |
virtual | ~ExceptionTraces () throw () |
virtual const std::string & | getExceptionName () const |
Static Public Attributes | |
static const std::string | EXCEPTION_NAME |
Exceptions raised when an error related to traces happen.
dynamicgraph::ExceptionTraces::ExceptionTraces | ( | const ExceptionTraces::ErrorCodeEnum & | errcode, |
const std::string & | msg = "" |
||
) | [explicit] |
dynamicgraph::ExceptionTraces::ExceptionTraces | ( | const ExceptionTraces::ErrorCodeEnum & | errcode, |
const std::string & | msg, | ||
const char * | format, | ||
... | |||
) |
virtual dynamicgraph::ExceptionTraces::~ExceptionTraces | ( | ) | throw () [inline, virtual] |
virtual const std::string& dynamicgraph::ExceptionTraces::getExceptionName | ( | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::ExceptionAbstract.
const std::string dynamicgraph::ExceptionTraces::EXCEPTION_NAME [static] |
Reimplemented from dynamicgraph::ExceptionAbstract.