#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 * | message () const |
| get the error message | |
| ~ChemicalReactionException () throw () | |
Definition at line 42 of file Reaction.h.
| RDKit::ChemicalReactionException::ChemicalReactionException | ( | const char * | msg | ) | [inline, explicit] |
| RDKit::ChemicalReactionException::ChemicalReactionException | ( | const std::string | msg | ) | [inline, explicit] |
| RDKit::ChemicalReactionException::~ChemicalReactionException | ( | ) | throw () [inline] |
Definition at line 50 of file Reaction.h.
| const char* RDKit::ChemicalReactionException::message | ( | ) | const [inline] |
1.5.5