Chemical Data Processing Library C++ API - Version 1.4.0
Public Member Functions | List of all members
CDPL::ForceField::ParameterizationFailed Class Reference

Thrown when force field parameterization has failed. More...

#include <Exceptions.hpp>

+ Inheritance diagram for CDPL::ForceField::ParameterizationFailed:

Public Member Functions

 ParameterizationFailed (const std::string &msg="")
 Constructs a ParameterizationFailed instance with the given error message. More...
 
virtual ~ParameterizationFailed () throw ()
 Destructor. More...
 
- Public Member Functions inherited from CDPL::ForceField::Error
 Error (const std::string &msg="")
 Constructs an Error instance with the given error message. More...
 
virtual ~Error () throw ()
 Destructor. More...
 
- 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...
 

Detailed Description

Thrown when force field parameterization has failed.

Constructor & Destructor Documentation

◆ ParameterizationFailed()

CDPL::ForceField::ParameterizationFailed::ParameterizationFailed ( const std::string &  msg = "")

Constructs a ParameterizationFailed instance with the given error message.

Parameters
msgThe error message.

◆ ~ParameterizationFailed()

virtual CDPL::ForceField::ParameterizationFailed::~ParameterizationFailed ( )
throw (
)
virtual

Destructor.


The documentation for this class was generated from the following file: