#include <SanitException.h>
Public Member Functions | |
| MolSanitizeException (const char *msg) | |
| MolSanitizeException (const std::string msg) | |
| const char * | message () const |
| ~MolSanitizeException () throw () | |
Definition at line 22 of file SanitException.h.
| RDKit::MolSanitizeException::MolSanitizeException | ( | const char * | msg | ) | [inline] |
Definition at line 24 of file SanitException.h.
| RDKit::MolSanitizeException::MolSanitizeException | ( | const std::string | msg | ) | [inline] |
Definition at line 25 of file SanitException.h.
| RDKit::MolSanitizeException::~MolSanitizeException | ( | ) | throw () [inline] |
Definition at line 27 of file SanitException.h.
| const char* RDKit::MolSanitizeException::message | ( | ) | const [inline] |
Definition at line 26 of file SanitException.h.
1.5.6