3 #ifndef CPPQEDCORE_UTILS_EXCEPTION_H_INCLUDED
4 #define CPPQEDCORE_UTILS_EXCEPTION_H_INCLUDED
6 #include "ExceptionFwd.h"
32 const std::string getTag()
const {
return tag_;}
35 const char*
what()
const throw() {
return tag_.c_str();}
45 #endif // CPPQEDCORE_UTILS_EXCEPTION_H_INCLUDED
The class that is (meant to be, at least) the base of all exceptions in the framework.
const char * what() const
Returns the short description.
Namespace comprising otherwise hard-to-classify generic utilities.
Class reporting also the “what-ness” of the exception.