![]() |
RDKit
Open-source cheminformatics and machine learning.
|
used to indicate an error in parsing reaction data More...
#include <ReactionParser.h>
Public Member Functions | |
| ChemicalReactionParserException (const char *msg) | |
| construct with an error message More... | |
| ChemicalReactionParserException (const std::string &msg) | |
| construct with an error message More... | |
| const char * | message () const |
| get the error message More... | |
| ~ChemicalReactionParserException () throw () | |
used to indicate an error in parsing reaction data
Definition at line 44 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 48 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 50 of file ReactionParser.h.
|
inline | |||||||||||||
Definition at line 54 of file ReactionParser.h.
|
inline |
get the error message
Definition at line 53 of file ReactionParser.h.