![]() |
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 () throw () |
| virtual MolSanitizeException * | copy () const |
| virtual std::string | getType () const |
Public Member Functions inherited from RDKit::MolSanitizeException | |
| MolSanitizeException (const char *msg) | |
| MolSanitizeException (const std::string &msg) | |
| MolSanitizeException (const MolSanitizeException &other) | |
| virtual const char * | message () const |
| virtual | ~MolSanitizeException () throw () |
Protected Attributes | |
| unsigned int | d_atomIdx |
Protected Attributes inherited from RDKit::MolSanitizeException | |
| std::string | d_msg |
Definition at line 44 of file SanitException.h.
|
inline |
Definition at line 47 of file SanitException.h.
|
inline |
Definition at line 49 of file SanitException.h.
|
inline |
Definition at line 51 of file SanitException.h.
|
inlinevirtual | |||||||||||||
Definition at line 54 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::MolSanitizeException.
Reimplemented in RDKit::AtomKekulizeException, and RDKit::AtomValenceException.
Definition at line 55 of file SanitException.h.
|
inline |
Definition at line 53 of file SanitException.h.
|
inlinevirtual |
Reimplemented from RDKit::MolSanitizeException.
Reimplemented in RDKit::AtomKekulizeException, and RDKit::AtomValenceException.
Definition at line 58 of file SanitException.h.
|
protected |
Definition at line 58 of file SanitException.h.