#include <cmconfig.h>
Public Member Functions | |
ConfigUnfoundException (const string &node, const string &r="") | |
virtual | ~ConfigUnfoundException () throw () |
const string & | which (void) |
virtual const char * | what (void) const throw () |
Private Attributes | |
string | node |
The node that was unfound. |
This exception can indicate a variety of things, but they all fall under the description of "the thing you were looking for couldn't be found."
Definition at line 185 of file cmconfig.h.
ConfigUnfoundException::ConfigUnfoundException | ( | const string & | node, | |
const string & | r = "" | |||
) |
Definition at line 231 of file cmconfig.cc.
virtual ConfigUnfoundException::~ConfigUnfoundException | ( | ) | throw () [inline, virtual] |
Definition at line 188 of file cmconfig.h.
const string& ConfigUnfoundException::which | ( | void | ) | [inline] |
Definition at line 190 of file cmconfig.h.
const char * ConfigUnfoundException::what | ( | void | ) | const throw () [virtual] |
Reimplemented from ConfigException.
Definition at line 238 of file cmconfig.cc.
References node, and ConfigException::reason.
Referenced by main().
string ConfigUnfoundException::node [private] |