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