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 (const std::string msg)
 construct with an error message More...
 
const char * message () const
 get the error message More...
 
 ~ChemicalReactionParserException () throw ()
 

Detailed Description

used to indicate an error in parsing reaction data

Definition at line 42 of file ReactionParser.h.

Constructor & Destructor Documentation

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

construct with an error message

Definition at line 45 of file ReactionParser.h.

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

construct with an error message

Definition at line 47 of file ReactionParser.h.

Member Function Documentation

const char* RDKit::ChemicalReactionParserException::message ( ) const
inline

get the error message

Definition at line 49 of file ReactionParser.h.


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