6 #ifndef DYNAMIC_GRAPH_EXCEPTION_SIGNAL_H 7 #define DYNAMIC_GRAPH_EXCEPTION_SIGNAL_H 9 #include <dynamic-graph/dynamic-graph-api.h> 10 #include <dynamic-graph/exception-abstract.h> 11 #include <dynamic-graph/fwd.hh> 21 GENERIC = ExceptionAbstract::SIGNAL,
30 static const std::string EXCEPTION_NAME;
33 const std::string &msg =
"");
35 const std::string &msg,
const char *format, ...);
38 virtual const std::string &getExceptionName()
const {
return EXCEPTION_NAME; }
Exceptions raised when an error related to signals happen.
Abstract root class for all dynamic-graph exceptions.