RDKit
Open-source cheminformatics and machine learning.
|
used to indicate an error in the chemical reaction engine More...
#include <Reaction.h>
Public Member Functions | |
ChemicalReactionException (const char *msg) | |
construct with an error message | |
ChemicalReactionException (const std::string msg) | |
construct with an error message | |
const char * | what () const noexcept override |
get the error message | |
~ChemicalReactionException () noexcept override=default | |
used to indicate an error in the chemical reaction engine
Definition at line 48 of file Reaction.h.
construct with an error message
Definition at line 52 of file Reaction.h.
|
inlineexplicit |
construct with an error message
Definition at line 54 of file Reaction.h.
|
overridedefaultnoexcept |
get the error message
Definition at line 56 of file Reaction.h.