12 #ifndef _DATASTRUCTS_EXCEPTION_H_20050126 13 #define _DATASTRUCTS_EXCEPTION_H_20050126 22 const char *
message()
const {
return _msg.c_str(); };
#define RDKIT_DATASTRUCTS_EXPORT
const char * message() const
get the error message
DatastructsException(const char *msg)
construct with an error message
DatastructsException(const std::string &msg)
construct with an error message