#include <cmconfig.h>
Public Member Functions | |
ConfigBadFile (const std::string &thefile, const int err=0) | |
virtual const char * | what (void) const throw () |
Private Attributes | |
int | saved_errno |
The parameters to the constructor specify the filename, and optionally an errno value to report. If errno is zero, it's not reported.
Definition at line 164 of file cmconfig.h.
ConfigBadFile::ConfigBadFile | ( | const std::string & | thefile, | |
const int | err = 0 | |||
) | [inline] |
Definition at line 166 of file cmconfig.h.
References ConfigException::set_file().
const char * ConfigBadFile::what | ( | void | ) | const throw () [virtual] |
Reimplemented from ConfigException.
Definition at line 209 of file cmconfig.cc.
References saved_errno.
int ConfigBadFile::saved_errno [private] |