10 #ifndef SIGNAL_EXCEPTION_HH 11 #define SIGNAL_EXCEPTION_HH 31 GENERIC = ExceptionAbstract::SIGNAL
42 static const std::string EXCEPTION_NAME;
43 virtual const std::string& getExceptionName(
void)
const 45 return EXCEPTION_NAME;
50 const std::string& msg =
"");
52 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-signal.hh:26