6 #ifndef DYNAMIC_GRAPH_EXCEPTION_TRACES_H 7 #define DYNAMIC_GRAPH_EXCEPTION_TRACES_H 10 #include <dynamic-graph/dynamic-graph-api.h> 11 #include <dynamic-graph/exception-abstract.h> 12 #include <dynamic-graph/fwd.hh> 20 enum ErrorCodeEnum { GENERIC = ExceptionAbstract::TRACES, NOT_OPEN };
22 static const std::string EXCEPTION_NAME;
25 const std::string &msg =
"");
27 const std::string &msg,
const char *format, ...);
30 virtual const std::string &getExceptionName()
const {
return EXCEPTION_NAME; }
Abstract root class for all dynamic-graph exceptions.
Exceptions raised when an error related to traces happen.