Exception base class the represents all exceptions thrown by MeRMaID. More...
#include <Exception.hpp>
Public Member Functions | |
Exception (const std::string &description) | |
Constructor. description Description of the failure that raised this exception. |
Exception base class the represents all exceptions thrown by MeRMaID.
Definition at line 49 of file Exception.hpp.
Exception::Exception | ( | const std::string & | description | ) |
Constructor. description Description of the failure that raised this exception.
Definition at line 37 of file Exception.cpp.