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 458 of file FingerprintGenerator.h.
construct with an error message
Definition at line 462 of file FingerprintGenerator.h.
|
inline |
construct with an error message
Definition at line 464 of file FingerprintGenerator.h.
|
overridedefaultnoexcept |
get the error message
Definition at line 466 of file FingerprintGenerator.h.