#include <config/config.h>
Inheritance diagram for fawkes::ConfigTypeMismatchException:
Public Member Functions | |
ConfigTypeMismatchException (const char *path, const char *actual, const char *requested) | |
Constructor. |
Definition at line 49 of file config.h.
fawkes::ConfigTypeMismatchException::ConfigTypeMismatchException | ( | const char * | path, | |
const char * | actual, | |||
const char * | requested | |||
) |
Constructor.
path | path of value | |
actual | actual type | |
requested | requested type |
Definition at line 359 of file config.cpp.
References fawkes::Exception::append().