RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::ChemicalReactionException Class Reference

used to indicate an error in the chemical reaction engine More...

#include <Reaction.h>

Inheritance diagram for RDKit::ChemicalReactionException:

Public Member Functions

 ChemicalReactionException (const char *msg)
 construct with an error message
 
 ChemicalReactionException (const std::string msg)
 construct with an error message
 
const charwhat () const noexcept override
 get the error message
 
 ~ChemicalReactionException () noexcept override=default
 

Detailed Description

used to indicate an error in the chemical reaction engine

Definition at line 48 of file Reaction.h.

Constructor & Destructor Documentation

◆ ChemicalReactionException() [1/2]

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

construct with an error message

Definition at line 52 of file Reaction.h.

◆ ChemicalReactionException() [2/2]

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

construct with an error message

Definition at line 54 of file Reaction.h.

◆ ~ChemicalReactionException()

RDKit::ChemicalReactionException::~ChemicalReactionException ( )
overridedefaultnoexcept

Member Function Documentation

◆ what()

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

get the error message

Definition at line 56 of file Reaction.h.


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