29 #ifndef CDPL_FORCEFIELD_EXCEPTIONS_HPP
30 #define CDPL_FORCEFIELD_EXCEPTIONS_HPP
46 Error(
const std::string& msg =
"");
Definition of exception classes.
Definition of the preprocessor macro CDPL_FORCEFIELD_API.
#define CDPL_FORCEFIELD_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
The root of the CDPL exception hierarchy.
Definition: Base/Exceptions.hpp:48
Definition: ForceField/Exceptions.hpp:43
Error(const std::string &msg="")
Definition: ForceField/Exceptions.hpp:52
virtual ~ParameterizationFailed()
ParameterizationFailed(const std::string &msg="")
The namespace of the Chemical Data Processing Library.