RDKit
Open-source cheminformatics and machine learning.
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 char * what () const noexcept override
 
const char * message () const noexcept
 
 ~ReactionPicklerException () noexcept
 

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 ( )
inlinenoexcept

Definition at line 35 of file ReactionPickler.h.

Member Function Documentation

◆ message()

const char* RDKit::ReactionPicklerException::message ( ) const
inlinenoexcept

Definition at line 34 of file ReactionPickler.h.

◆ 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: