used to indicate exceptions whilst pickling (serializing) reactions More...
#include <ReactionPickler.h>
Inherits std::exception.
Public Member Functions | |
| ReactionPicklerException (const char *msg) | |
| ReactionPicklerException (const std::string msg) | |
| const char * | message () const |
| ~ReactionPicklerException () throw () | |
used to indicate exceptions whilst pickling (serializing) reactions
Definition at line 25 of file ReactionPickler.h.
| 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.
| const char* RDKit::ReactionPicklerException::message | ( | ) | const [inline] |
Definition at line 29 of file ReactionPickler.h.
1.7.1