 |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the documentation of this file.
12 #ifndef _DATASTRUCTS_EXCEPTION_H_20050126
13 #define _DATASTRUCTS_EXCEPTION_H_20050126
22 const char *
what() const noexcept
override {
return _msg.c_str(); };
23 const char *
message() const noexcept {
return what(); };
DatastructsException(const std::string &msg)
construct with an error message
const char * what() const noexcept override
get the error message
#define RDKIT_DATASTRUCTS_EXPORT
const char * message() const noexcept
DatastructsException(const char *msg)
construct with an error message
~DatastructsException() noexcept