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

#include <FingerprintGenerator.h>

Inheritance diagram for RDKit::UnimplementedFPException:

Public Member Functions

 UnimplementedFPException (const char *msg)
 construct with an error message
 
 UnimplementedFPException (std::string msg)
 construct with an error message
 
const charwhat () const noexcept override
 get the error message
 
 ~UnimplementedFPException () noexcept override=default
 

Detailed Description

used to indicate errors for unimplemented fp types in convenience functions

Definition at line 458 of file FingerprintGenerator.h.

Constructor & Destructor Documentation

◆ UnimplementedFPException() [1/2]

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

construct with an error message

Definition at line 462 of file FingerprintGenerator.h.

◆ UnimplementedFPException() [2/2]

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

construct with an error message

Definition at line 464 of file FingerprintGenerator.h.

◆ ~UnimplementedFPException()

RDKit::UnimplementedFPException::~UnimplementedFPException ( )
overridedefaultnoexcept

Member Function Documentation

◆ what()

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

get the error message

Definition at line 466 of file FingerprintGenerator.h.


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