RDKit
Open-source cheminformatics and machine learning.
|
used to indicate errors from incorrect conformer access More...
#include <Conformer.h>
Public Member Functions | |
ConformerException (const char *msg) | |
construct with an error message | |
ConformerException (std::string msg) | |
construct with an error message | |
const char * | what () const noexcept override |
get the error message | |
~ConformerException () noexcept override=default | |
used to indicate errors from incorrect conformer access
Definition at line 26 of file Conformer.h.
construct with an error message
Definition at line 29 of file Conformer.h.
|
inline |
construct with an error message
Definition at line 31 of file Conformer.h.
|
overridedefaultnoexcept |
get the error message
Definition at line 33 of file Conformer.h.