Fawkes API Fawkes Development Version
|
Thrown if there a type problem was detected for example if you tried to query a float with get_int(). More...
#include <config/config.h>
Public Member Functions | |
ConfigTypeMismatchException (const char *path, const char *actual, const char *requested) | |
Constructor. |
Thrown if there a type problem was detected for example if you tried to query a float with get_int().
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().