#include <MolPickler.h>
Public Member Functions | |
| MolPicklerException (const char *msg) | |
| MolPicklerException (const std::string msg) | |
| const char * | message () const |
| ~MolPicklerException () throw () | |
Definition at line 30 of file MolPickler.h.
| RDKit::MolPicklerException::MolPicklerException | ( | const char * | msg | ) | [inline] |
Definition at line 32 of file MolPickler.h.
| RDKit::MolPicklerException::MolPicklerException | ( | const std::string | msg | ) | [inline] |
Definition at line 33 of file MolPickler.h.
| RDKit::MolPicklerException::~MolPicklerException | ( | ) | throw () [inline] |
Definition at line 35 of file MolPickler.h.
| const char* RDKit::MolPicklerException::message | ( | ) | const [inline] |
Definition at line 34 of file MolPickler.h.
1.5.5