#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. |
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().