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 (const std::string &msg)
 construct with an error message More...
 
const char * what () const noexcept override
 get the error message More...
 
const char * message () const noexcept
 
 ~ConformerException () noexcept
 

Detailed Description

used to indicate errors from incorrect conformer access

Definition at line 23 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 26 of file Conformer.h.

◆ ConformerException() [2/2]

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

construct with an error message

Definition at line 28 of file Conformer.h.

◆ ~ConformerException()

RDKit::ConformerException::~ConformerException ( )
inlinenoexcept

Definition at line 32 of file Conformer.h.

Member Function Documentation

◆ message()

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

Definition at line 31 of file Conformer.h.

◆ what()

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

get the error message

Definition at line 30 of file Conformer.h.


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