RDKit
Open-source cheminformatics and machine learning.
|
#include <AlignMolecules.h>
Public Member Functions | |
MolAlignException (const char *msg) | |
construct with an error message | |
MolAlignException (const std::string msg) | |
construct with an error message | |
const char * | what () const noexcept override |
get the error message | |
~MolAlignException () noexcept override=default | |
Definition at line 25 of file AlignMolecules.h.
construct with an error message
Definition at line 28 of file AlignMolecules.h.
|
inline |
construct with an error message
Definition at line 30 of file AlignMolecules.h.
|
overridedefaultnoexcept |
get the error message
Definition at line 32 of file AlignMolecules.h.