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

#include <SanitException.h>

Inheritance diagram for RDKit::AtomKekulizeException:
RDKit::AtomSanitizeException RDKit::MolSanitizeException

Public Member Functions

 AtomKekulizeException (const char *msg, unsigned int atomIdx)
 
 AtomKekulizeException (const std::string &msg, unsigned int atomIdx)
 
 AtomKekulizeException (const AtomKekulizeException &other)
 
virtual ~AtomKekulizeException () throw ()
 
MolSanitizeExceptioncopy () const
 
std::string getType () const
 
- Public Member Functions inherited from RDKit::AtomSanitizeException
 AtomSanitizeException (const char *msg, unsigned int atomIdx)
 
 AtomSanitizeException (const std::string &msg, unsigned int atomIdx)
 
 AtomSanitizeException (const AtomSanitizeException &other)
 
unsigned int getAtomIdx () const
 
virtual ~AtomSanitizeException () throw ()
 
- Public Member Functions inherited from RDKit::MolSanitizeException
 MolSanitizeException (const char *msg)
 
 MolSanitizeException (const std::string &msg)
 
 MolSanitizeException (const MolSanitizeException &other)
 
virtual const char * message () const
 
virtual ~MolSanitizeException () throw ()
 

Additional Inherited Members

- Protected Attributes inherited from RDKit::AtomSanitizeException
unsigned int d_atomIdx
 
- Protected Attributes inherited from RDKit::MolSanitizeException
std::string d_msg
 

Detailed Description

Definition at line 80 of file SanitException.h.

Constructor & Destructor Documentation

◆ AtomKekulizeException() [1/3]

RDKit::AtomKekulizeException::AtomKekulizeException ( const char *  msg,
unsigned int  atomIdx 
)
inline

Definition at line 83 of file SanitException.h.

◆ AtomKekulizeException() [2/3]

RDKit::AtomKekulizeException::AtomKekulizeException ( const std::string &  msg,
unsigned int  atomIdx 
)
inline

Definition at line 85 of file SanitException.h.

◆ AtomKekulizeException() [3/3]

RDKit::AtomKekulizeException::AtomKekulizeException ( const AtomKekulizeException other)
inline

Definition at line 87 of file SanitException.h.

◆ ~AtomKekulizeException()

virtual RDKit::AtomKekulizeException::~AtomKekulizeException ( )
throw (
)
inlinevirtual

Definition at line 89 of file SanitException.h.

Member Function Documentation

◆ copy()

MolSanitizeException* RDKit::AtomKekulizeException::copy ( ) const
inlinevirtual

Reimplemented from RDKit::AtomSanitizeException.

Definition at line 90 of file SanitException.h.

◆ getType()

std::string RDKit::AtomKekulizeException::getType ( ) const
inlinevirtual

Reimplemented from RDKit::AtomSanitizeException.

Definition at line 93 of file SanitException.h.


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