Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Exceptions.hpp>
Public Member Functions | |
ParameterizationFailed (const std::string &msg="") | |
virtual | ~ParameterizationFailed () throw () |
Public Member Functions inherited from CDPL::ForceField::Error | |
Error (const std::string &msg="") | |
virtual | ~Error () throw () |
Public Member Functions inherited from CDPL::Base::Exception | |
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... | |
CDPL::ForceField::ParameterizationFailed::ParameterizationFailed | ( | const std::string & | msg = "" | ) |
|
virtual |