Fawkes API
Fawkes Development Version
|
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.
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().