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