Generic configuration exception. More...
#include <config/config.h>

Public Member Functions | |
| ConfigurationException (const char *msg) | |
| Constructor. | |
| ConfigurationException (const char *prefix, const char *msg) | |
| Constructor. | |
Generic configuration exception.
Thrown if there is no other matching exception.
Definition at line 36 of file config.h.
| fawkes::ConfigurationException::ConfigurationException | ( | const char * | msg | ) |
| fawkes::ConfigurationException::ConfigurationException | ( | const char * | prefix, | |
| const char * | msg | |||
| ) |
Constructor.
| 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 328 of file config.cpp.
References fawkes::Exception::append().
1.6.1