10 #ifndef _RD_FILEPARSEEXCEPTION_H 11 #define _RD_FILEPARSEEXCEPTION_H 22 :
std::runtime_error(
"FileParseException"), _msg(msg){};
25 :
std::runtime_error(
"FileParseException"), _msg(msg){};
27 const char *
message()
const {
return _msg.c_str(); };
const char * message() const
get the error message
FileParseException(const char *msg)
construct with an error message
Includes a bunch of functionality for handling Atom and Bond queries.
FileParseException(const std::string msg)
construct with an error message
used by various file parsing classes to indicate a parse error