![]() |
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 () throw () |
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 () throw () |
![]() | |
MolSanitizeException (const char *msg) | |
MolSanitizeException (const std::string &msg) | |
MolSanitizeException (const MolSanitizeException &other) | |
virtual const char * | message () const |
virtual | ~MolSanitizeException () throw () |
Additional Inherited Members | |
![]() | |
unsigned int | d_atomIdx |
![]() | |
std::string | d_msg |
Definition at line 64 of file SanitException.h.
|
inline |
Definition at line 67 of file SanitException.h.
|
inline |
Definition at line 69 of file SanitException.h.
|
inline |
Definition at line 71 of file SanitException.h.
|
inlinevirtual |
Definition at line 73 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::AtomSanitizeException.
Definition at line 74 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::AtomSanitizeException.
Definition at line 77 of file SanitException.h.