RDKit
Open-source cheminformatics and machine learning.
RDKit::ConformerException Class Reference

used to indicate errors from incorrect conformer access More...

#include <Conformer.h>

Inheritance diagram for RDKit::ConformerException:

Public Member Functions

 ConformerException (const char *msg)
 construct with an error message More...
 
 ConformerException (std::string msg)
 construct with an error message More...
 
const char * what () const noexcept override
 get the error message More...
 
 ~ConformerException () noexcept override=default
 

Detailed Description

used to indicate errors from incorrect conformer access

Definition at line 25 of file Conformer.h.

Constructor & Destructor Documentation

◆ ConformerException() [1/2]

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

construct with an error message

Definition at line 28 of file Conformer.h.

◆ ConformerException() [2/2]

RDKit::ConformerException::ConformerException ( std::string  msg)
inline

construct with an error message

Definition at line 30 of file Conformer.h.

◆ ~ConformerException()

RDKit::ConformerException::~ConformerException ( )
overridedefaultnoexcept

Member Function Documentation

◆ what()

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

get the error message

Definition at line 32 of file Conformer.h.


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