![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FingerprintGenerator.h>
Public Member Functions | |
| UnimplementedFPException (const char *msg) | |
| construct with an error message | |
| UnimplementedFPException (std::string msg) | |
| construct with an error message | |
| const char * | what () const noexcept override |
| get the error message | |
| ~UnimplementedFPException () noexcept override=default | |
used to indicate errors for unimplemented fp types in convenience functions
Definition at line 494 of file FingerprintGenerator.h.
|
inline |
construct with an error message
Definition at line 498 of file FingerprintGenerator.h.
|
inline |
construct with an error message
Definition at line 500 of file FingerprintGenerator.h.
|
overridedefaultnoexcept |
|
inlineoverridenoexcept |
get the error message
Definition at line 502 of file FingerprintGenerator.h.