![]() |
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 * | what () const noexcept override |
get the error message More... | |
~ChemicalReactionParserException () noexcept | |
used to indicate an error in parsing reaction data
Definition at line 49 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 53 of file ReactionParser.h.
|
inlineexplicit |
construct with an error message
Definition at line 55 of file ReactionParser.h.
|
inlinenoexcept |
Definition at line 59 of file ReactionParser.h.
|
inlineoverridenoexcept |
get the error message
Definition at line 58 of file ReactionParser.h.