fawkes::CouldNotOpenConfigException Class Reference
Thrown if config could not be opened. More...
#include <config/config.h>
Inheritance diagram for fawkes::CouldNotOpenConfigException:

Public Member Functions | |
| CouldNotOpenConfigException (const char *format,...) | |
| Constructor. | |
Detailed Description
Thrown if config could not be opened.This is most likely to happen during the constructor or load().
Definition at line 56 of file config.h.
Constructor & Destructor Documentation
| fawkes::CouldNotOpenConfigException::CouldNotOpenConfigException | ( | const char * | format, | |
| ... | ||||
| ) |
Constructor.
- Parameters:
-
format format of message to describe cause or symptom of failure
Definition at line 375 of file config.cpp.
References fawkes::Exception::append_va().
The documentation for this class was generated from the following files:
- src/libs/config/config.h
- src/libs/config/config.cpp

