10 #ifndef _RD_FILEPARSEEXCEPTION_H 11 #define _RD_FILEPARSEEXCEPTION_H 25 const char *
message ()
const {
return _msg.c_str(); };
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
const char * message() const
get the error message