Public Member Functions

RDKit::ReactionPicklerException Class Reference

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

#include <ReactionPickler.h>

Inherits std::exception.

List of all members.

Public Member Functions

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

Detailed Description

used to indicate exceptions whilst pickling (serializing) reactions

Definition at line 25 of file ReactionPickler.h.


Constructor & Destructor Documentation

RDKit::ReactionPicklerException::ReactionPicklerException ( const char *  msg  )  [inline]

Definition at line 27 of file ReactionPickler.h.

RDKit::ReactionPicklerException::ReactionPicklerException ( const std::string  msg  )  [inline]

Definition at line 28 of file ReactionPickler.h.

RDKit::ReactionPicklerException::~ReactionPicklerException (  )  throw () [inline]

Definition at line 30 of file ReactionPickler.h.


Member Function Documentation

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

Definition at line 29 of file ReactionPickler.h.


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