RDKit
Open-source cheminformatics and machine learning.
RDKit::ChemicalReactionParserException Class Reference

used to indicate an error in parsing reaction data More...

#include <ReactionParser.h>

Inheritance diagram for RDKit::ChemicalReactionParserException:

Public Member Functions

 ChemicalReactionParserException (const char *msg)
 construct with an error message More...
 
 ChemicalReactionParserException (std::string msg)
 construct with an error message More...
 
const char * what () const noexcept override
 get the error message More...
 
 ~ChemicalReactionParserException () noexcept override=default
 

Detailed Description

used to indicate an error in parsing reaction data

Definition at line 50 of file ReactionParser.h.

Constructor & Destructor Documentation

◆ ChemicalReactionParserException() [1/2]

RDKit::ChemicalReactionParserException::ChemicalReactionParserException ( const char *  msg)
inlineexplicit

construct with an error message

Definition at line 54 of file ReactionParser.h.

◆ ChemicalReactionParserException() [2/2]

RDKit::ChemicalReactionParserException::ChemicalReactionParserException ( std::string  msg)
inlineexplicit

construct with an error message

Definition at line 56 of file ReactionParser.h.

◆ ~ChemicalReactionParserException()

RDKit::ChemicalReactionParserException::~ChemicalReactionParserException ( )
overridedefaultnoexcept

Member Function Documentation

◆ what()

const char* RDKit::ChemicalReactionParserException::what ( ) const
inlineoverridenoexcept

get the error message

Definition at line 59 of file ReactionParser.h.


The documentation for this class was generated from the following file: