Public Member Functions

RDKit::MolPicklerException Class Reference

used to indicate exceptions whilst pickling (serializing) molecules More...

#include <MolPickler.h>

Inherits std::exception.

List of all members.

Public Member Functions

 MolPicklerException (const char *msg)
 MolPicklerException (const std::string msg)
const char * message () const
 ~MolPicklerException () throw ()

Detailed Description

used to indicate exceptions whilst pickling (serializing) molecules

Definition at line 23 of file MolPickler.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char* RDKit::MolPicklerException::message (  )  const [inline]

Definition at line 27 of file MolPickler.h.


The documentation for this class was generated from the following file: