![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <SanitException.h>
Public Member Functions | |
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 |
virtual MolSanitizeException * | copy () const |
virtual std::string | getType () const |
![]() | |
MolSanitizeException (const char *msg) | |
MolSanitizeException (const std::string &msg) | |
MolSanitizeException (const MolSanitizeException &other) | |
virtual const char * | what () const noexcept override |
virtual const char * | message () const noexcept |
virtual | ~MolSanitizeException () noexcept |
Protected Attributes | |
unsigned int | d_atomIdx |
![]() | |
std::string | d_msg |
Definition at line 45 of file SanitException.h.
|
inline |
Definition at line 48 of file SanitException.h.
|
inline |
Definition at line 50 of file SanitException.h.
|
inline |
Definition at line 52 of file SanitException.h.
|
inlinevirtualnoexcept |
Definition at line 55 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::MolSanitizeException.
Reimplemented in RDKit::AtomKekulizeException, and RDKit::AtomValenceException.
Definition at line 56 of file SanitException.h.
|
inline |
Definition at line 54 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::MolSanitizeException.
Reimplemented in RDKit::AtomKekulizeException, and RDKit::AtomValenceException.
Definition at line 59 of file SanitException.h.
|
protected |
Definition at line 62 of file SanitException.h.