![]() |
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) | |
| virtual | ~AtomKekulizeException () noexcept |
| MolSanitizeException * | copy () 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 () noexcept |
Public Member Functions inherited from RDKit::MolSanitizeException | |
| MolSanitizeException (const char *msg) | |
| MolSanitizeException (const std::string &msg) | |
| MolSanitizeException (const MolSanitizeException &other) | |
| virtual const char * | what () const noexcept override |
| virtual | ~MolSanitizeException () noexcept |
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 80 of file SanitException.h.
|
inline |
Definition at line 83 of file SanitException.h.
|
inline |
Definition at line 85 of file SanitException.h.
|
inline |
Definition at line 87 of file SanitException.h.
|
inlinevirtualnoexcept |
Definition at line 89 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::AtomSanitizeException.
Definition at line 90 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::AtomSanitizeException.
Definition at line 93 of file SanitException.h.