Chemical Data Processing Library C++ API - Version 1.1.1
|
The root of the CDPL exception hierarchy. More...
#include <Exceptions.hpp>
Public Member Functions | |
Exception (const std::string &msg="") | |
Constructs an Exception object with the error message set to msg. More... | |
virtual | ~Exception () throw () |
Virtual destructor. More... | |
const char * | what () const throw () |
Returns the message describing the cause of the exception and/or the location where the error occurred. More... | |
The root of the CDPL exception hierarchy.
CDPL::Base::Exception::Exception | ( | const std::string & | msg = "" | ) |
Constructs an Exception
object with the error message set to msg.
msg | A message describing the cause of the exception and/or the location where the error occurred. |
|
virtual |
Virtual destructor.
const char* CDPL::Base::Exception::what | ( | ) | const | |
throw | ( | |||
) |
Returns the message describing the cause of the exception and/or the location where the error occurred.