used to indicate an error in parsing reaction data More...
#include <ReactionParser.h>
Inherits std::exception.
Public Member Functions | |
| ChemicalReactionParserException (const char *msg) | |
| construct with an error message | |
| ChemicalReactionParserException (const std::string msg) | |
| construct with an error message | |
| const char * | message () const |
| get the error message | |
| ~ChemicalReactionParserException () throw () | |
used to indicate an error in parsing reaction data
Definition at line 42 of file ReactionParser.h.
| RDKit::ChemicalReactionParserException::ChemicalReactionParserException | ( | const char * | msg | ) | [inline, explicit] |
construct with an error message
Definition at line 45 of file ReactionParser.h.
| RDKit::ChemicalReactionParserException::ChemicalReactionParserException | ( | const std::string | msg | ) | [inline, explicit] |
construct with an error message
Definition at line 47 of file ReactionParser.h.
| RDKit::ChemicalReactionParserException::~ChemicalReactionParserException | ( | ) | throw () [inline] |
Definition at line 50 of file ReactionParser.h.
| const char* RDKit::ChemicalReactionParserException::message | ( | ) | const [inline] |
get the error message
Definition at line 49 of file ReactionParser.h.
1.7.1