![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <SanitException.h>
Public Member Functions | |
AtomValenceException (const char *msg, unsigned int atomIdx) | |
AtomValenceException (const std::string &msg, unsigned int atomIdx) | |
AtomValenceException (const AtomValenceException &other) | |
virtual | ~AtomValenceException () noexcept |
MolSanitizeException * | copy () const |
std::string | getType () const |
![]() | |
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 |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
unsigned int | d_atomIdx |
![]() | |
std::string | d_msg |
Definition at line 65 of file SanitException.h.
|
inline |
Definition at line 68 of file SanitException.h.
|
inline |
Definition at line 70 of file SanitException.h.
|
inline |
Definition at line 72 of file SanitException.h.
|
inlinevirtualnoexcept |
Definition at line 74 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::AtomSanitizeException.
Definition at line 75 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::AtomSanitizeException.
Definition at line 78 of file SanitException.h.