10 #ifndef YAML_CPP_EXCEPTION_HPP 11 #define YAML_CPP_EXCEPTION_HPP 31 GENERIC = ExceptionAbstract::YAML_CPP_PARSING,
40 static const std::string EXCEPTION_NAME;
41 virtual const std::string& getExceptionName()
const 43 return EXCEPTION_NAME;
48 const std::string& msg =
"");
50 const std::string& msg,
The ExceptionAbstract class.
Definition: exception-abstract.hh:33
this is this package namespace in order to avoid naming conflict
Definition: device.hh:22
Definition: exception-yaml-cpp.hpp:26