![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <SanitException.h>
Public Member Functions | |
| AtomKekulizeException (const char *msg, unsigned int atomIdx) | |
| AtomKekulizeException (const std::string &msg, unsigned int atomIdx) | |
| AtomKekulizeException (const AtomKekulizeException &other) | |
| ~AtomKekulizeException () noexcept override | |
| MolSanitizeException * | copy () const override |
| std::string | getType () const override |
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 |
| ~AtomSanitizeException () noexcept override | |
| MolSanitizeException * | copy () const override |
| std::string | getType () const override |
Public Member Functions inherited from RDKit::MolSanitizeException | |
| MolSanitizeException (const char *msg) | |
| MolSanitizeException (std::string msg) | |
| MolSanitizeException (const MolSanitizeException &other) | |
| const char * | what () const noexcept override |
| ~MolSanitizeException () noexcept override | |
Additional Inherited Members | |
Protected Attributes inherited from RDKit::AtomSanitizeException | |
| unsigned int | d_atomIdx |
Protected Attributes inherited from RDKit::MolSanitizeException | |
| std::string | d_msg |
Definition at line 81 of file SanitException.h.
|
inline |
Definition at line 84 of file SanitException.h.
References RDKit::AtomSanitizeException::AtomSanitizeException().
Referenced by AtomKekulizeException(), and copy().
|
inline |
Definition at line 86 of file SanitException.h.
References RDKit::AtomSanitizeException::AtomSanitizeException().
|
inline |
Definition at line 88 of file SanitException.h.
References AtomKekulizeException(), and RDKit::AtomSanitizeException::AtomSanitizeException().
|
inlineoverridenoexcept |
Definition at line 90 of file SanitException.h.
|
inlineoverridevirtual |
Reimplemented from RDKit::MolSanitizeException.
Definition at line 91 of file SanitException.h.
References AtomKekulizeException().
|
inlineoverridevirtual |
Reimplemented from RDKit::MolSanitizeException.
Definition at line 94 of file SanitException.h.