fawkes::ConfigurationException Class Reference
Generic configuration exception. More...
#include <config/config.h>
Inheritance diagram for fawkes::ConfigurationException:

Public Member Functions | |
| ConfigurationException (const char *msg) | |
| Constructor. | |
| ConfigurationException (const char *prefix, const char *msg) | |
| Constructor. | |
Detailed Description
Generic configuration exception.Thrown if there is no other matching exception.
Definition at line 36 of file config.h.
Constructor & Destructor Documentation
| fawkes::ConfigurationException::ConfigurationException | ( | const char * | msg | ) |
| fawkes::ConfigurationException::ConfigurationException | ( | const char * | prefix, | |
| const char * | msg | |||
| ) |
Constructor.
- Parameters:
-
prefix Put as "prefix: " before the message, can be used to have a prefix and put an error message from another API into msg. msg message
Definition at line 327 of file config.cpp.
References fawkes::Exception::append().
The documentation for this class was generated from the following files:
- src/libs/config/config.h
- src/libs/config/config.cpp

