![]() |
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 42 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 45 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 47 of file ReactionParser.h.
|
inline |
Definition at line 50 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 49 of file ReactionParser.h.