![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <SanitException.h>
Public Member Functions | |
| KekulizeException (const char *msg, std::vector< unsigned int > indices) | |
| KekulizeException (const std::string &msg, std::vector< unsigned int > indices) | |
| KekulizeException (const KekulizeException &other) | |
| const std::vector< unsigned int > & | getAtomIndices () const |
| ~KekulizeException () noexcept override | |
| MolSanitizeException * | copy () const override |
| std::string | getType () const override |
Public Member Functions inherited from RDKit::MolSanitizeException | |
| MolSanitizeException (const char *msg) | |
| MolSanitizeException (std::string msg) | |
| MolSanitizeException (const MolSanitizeException &other) | |
| const char * | what () const noexcept override |
| ~MolSanitizeException () noexcept override | |
Protected Attributes | |
| std::vector< unsigned int > | d_atomIndices |
Protected Attributes inherited from RDKit::MolSanitizeException | |
| std::string | d_msg |
Definition at line 97 of file SanitException.h.
|
inline |
Definition at line 99 of file SanitException.h.
References d_atomIndices, and RDKit::MolSanitizeException::MolSanitizeException().
Referenced by copy(), and KekulizeException().
|
inline |
Definition at line 101 of file SanitException.h.
References d_atomIndices, and RDKit::MolSanitizeException::MolSanitizeException().
|
inline |
Definition at line 103 of file SanitException.h.
References d_atomIndices, KekulizeException(), and RDKit::MolSanitizeException::MolSanitizeException().
|
inlineoverridenoexcept |
Definition at line 108 of file SanitException.h.
|
inlineoverridevirtual |
Reimplemented from RDKit::MolSanitizeException.
Definition at line 109 of file SanitException.h.
References KekulizeException(), and RDKit::MolSanitizeException::MolSanitizeException().
|
inline |
Definition at line 105 of file SanitException.h.
References d_atomIndices.
|
inlineoverridevirtual |
Reimplemented from RDKit::MolSanitizeException.
Definition at line 112 of file SanitException.h.
|
protected |
Definition at line 115 of file SanitException.h.
Referenced by getAtomIndices(), KekulizeException(), KekulizeException(), and KekulizeException().