Public Member Functions

RDKit::ChemicalReactionException Class Reference

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

#include <Reaction.h>

Inherits std::exception.

List of all members.

Public Member Functions

 ChemicalReactionException (const char *msg)
 construct with an error message
 ChemicalReactionException (const std::string msg)
 construct with an error message
const char * message () const
 get the error message
 ~ChemicalReactionException () throw ()

Detailed Description

used to indicate an error in the chemical reaction engine

Definition at line 41 of file Reaction.h.


Constructor & Destructor Documentation

RDKit::ChemicalReactionException::ChemicalReactionException ( const char *  msg  )  [inline, explicit]

construct with an error message

Definition at line 44 of file Reaction.h.

RDKit::ChemicalReactionException::ChemicalReactionException ( const std::string  msg  )  [inline, explicit]

construct with an error message

Definition at line 46 of file Reaction.h.

RDKit::ChemicalReactionException::~ChemicalReactionException (  )  throw () [inline]

Definition at line 49 of file Reaction.h.


Member Function Documentation

const char* RDKit::ChemicalReactionException::message (  )  const [inline]

get the error message

Definition at line 48 of file Reaction.h.


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