![]() |
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 More... | |
ChemicalReactionException (const std::string msg) | |
construct with an error message More... | |
const char * | message () const |
get the error message More... | |
~ChemicalReactionException () throw () | |
used to indicate an error in the chemical reaction engine
Definition at line 46 of file Reaction.h.
|
inlineexplicit |
construct with an error message
Definition at line 50 of file Reaction.h.
|
inlineexplicit |
construct with an error message
Definition at line 52 of file Reaction.h.
|
inline |
Definition at line 55 of file Reaction.h.
|
inline |
get the error message
Definition at line 54 of file Reaction.h.