![]() |
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 More... | |
ConformerException (std::string msg) | |
construct with an error message More... | |
const char * | what () const noexcept override |
get the error message More... | |
~ConformerException () noexcept override=default | |
used to indicate errors from incorrect conformer access
Definition at line 25 of file Conformer.h.
|
inline |
construct with an error message
Definition at line 28 of file Conformer.h.
|
inline |
construct with an error message
Definition at line 30 of file Conformer.h.
|
overridedefaultnoexcept |
|
inlineoverridenoexcept |
get the error message
Definition at line 32 of file Conformer.h.