 |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the documentation of this file.
11 #ifndef RD_FILEPARSEEXCEPTION_H
12 #define RD_FILEPARSEEXCEPTION_H
23 : std::runtime_error(
"FileParseException"), _msg(msg){};
26 : std::runtime_error(
"FileParseException"), _msg(msg){};
28 const char *
what() const noexcept
override {
return _msg.c_str(); };
const char * what() const noexcept override
get the error message
const char * message() const noexcept
FileParseException(const std::string msg)
construct with an error message
~FileParseException() noexcept
FileParseException(const char *msg)
construct with an error message
used by various file parsing classes to indicate a parse error