10 #ifndef _RD_BADFILEEXCEPTION_H 11 #define _RD_BADFILEEXCEPTION_H 25 explicit BadFileException(
const std::string msg) :
std::runtime_error(
"BadFileException"), _msg(msg) {};
27 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