used to indicate an error in the chemical reaction engine More...
#include <Reaction.h>
Inherits std::exception.
Public Member Functions | |
| ChemicalReactionException (const char *msg) | |
| construct with an error message | |
| ChemicalReactionException (const std::string msg) | |
| construct with an error message | |
| const char * | message () const |
| get the error message | |
| ~ChemicalReactionException () throw () | |
used to indicate an error in the chemical reaction engine
Definition at line 41 of file Reaction.h.
| RDKit::ChemicalReactionException::ChemicalReactionException | ( | const char * | msg | ) | [inline, explicit] |
construct with an error message
Definition at line 44 of file Reaction.h.
| RDKit::ChemicalReactionException::ChemicalReactionException | ( | const std::string | msg | ) | [inline, explicit] |
construct with an error message
Definition at line 46 of file Reaction.h.
| RDKit::ChemicalReactionException::~ChemicalReactionException | ( | ) | throw () [inline] |
Definition at line 49 of file Reaction.h.
| const char* RDKit::ChemicalReactionException::message | ( | ) | const [inline] |
get the error message
Definition at line 48 of file Reaction.h.
1.7.1