![]() |
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 43 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 46 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 48 of file ReactionParser.h.
|
inline | |||||||||||||
Definition at line 52 of file ReactionParser.h.
References RDKit::ChemicalReactionToRxnBlock(), RDKit::ChemicalReactionToRxnMol(), RDKit::ChemicalReactionToRxnSmarts(), RDKit::ChemicalReactionToRxnSmiles(), RDKit::RxnBlockToChemicalReaction(), RDKit::RxnDataStreamToChemicalReaction(), RDKit::RxnFileToChemicalReaction(), RDKit::RxnMolToChemicalReaction(), and RDKit::RxnSmartsToChemicalReaction().
|
inline |
get the error message
Definition at line 51 of file ReactionParser.h.