used to indicate exceptions whilst pickling (serializing) molecules More...
#include <MolPickler.h>
Inherits std::exception.
Public Member Functions | |
| MolPicklerException (const char *msg) | |
| MolPicklerException (const std::string msg) | |
| const char * | message () const |
| ~MolPicklerException () throw () | |
used to indicate exceptions whilst pickling (serializing) molecules
Definition at line 23 of file MolPickler.h.
| RDKit::MolPicklerException::MolPicklerException | ( | const char * | msg | ) | [inline] |
Definition at line 25 of file MolPickler.h.
| RDKit::MolPicklerException::MolPicklerException | ( | const std::string | msg | ) | [inline] |
Definition at line 26 of file MolPickler.h.
| RDKit::MolPicklerException::~MolPicklerException | ( | ) | throw () [inline] |
Definition at line 28 of file MolPickler.h.
| const char* RDKit::MolPicklerException::message | ( | ) | const [inline] |
Definition at line 27 of file MolPickler.h.
1.7.1