10 #ifndef EXCEPTION_FEATURE_HH 11 #define EXCEPTION_FEATURE_HH 33 GENERIC = ExceptionAbstract::FEATURE,
38 static const std::string EXCEPTION_NAME;
39 virtual const std::string& getExceptionName(
void)
const 41 return ExceptionFeature::EXCEPTION_NAME;
45 const std::string& msg =
"");
48 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-feature.hh:27