RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::ReactionPicklerException Class Reference

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

#include <ReactionPickler.h>

Inheritance diagram for RDKit::ReactionPicklerException:

Public Member Functions

 ReactionPicklerException (const char *msg)
 
 ReactionPicklerException (const std::string msg)
 
const charwhat () const noexcept override
 
 ~ReactionPicklerException () noexcept override=default
 

Detailed Description

used to indicate exceptions whilst pickling (serializing) reactions

Definition at line 28 of file ReactionPickler.h.

Constructor & Destructor Documentation

◆ ReactionPicklerException() [1/2]

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

Definition at line 31 of file ReactionPickler.h.

◆ ReactionPicklerException() [2/2]

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

Definition at line 32 of file ReactionPickler.h.

◆ ~ReactionPicklerException()

RDKit::ReactionPicklerException::~ReactionPicklerException ( )
overridedefaultnoexcept

Member Function Documentation

◆ what()

const char * RDKit::ReactionPicklerException::what ( ) const
inlineoverridenoexcept

Definition at line 33 of file ReactionPickler.h.


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