fawkes::ConfigTypeMismatchException Class Reference
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>
Inheritance diagram for fawkes::ConfigTypeMismatchException:

Public Member Functions | |
| ConfigTypeMismatchException (const char *path, const char *actual, const char *requested) | |
| Constructor. | |
Detailed Description
Thrown if there a type problem was detected for example if you tried to query a float with get_int().Definition at line 49 of file config.h.
Constructor & Destructor Documentation
| fawkes::ConfigTypeMismatchException::ConfigTypeMismatchException | ( | const char * | path, | |
| const char * | actual, | |||
| const char * | requested | |||
| ) |
Constructor.
- Parameters:
-
path path of value actual actual type requested requested type
Definition at line 358 of file config.cpp.
References fawkes::Exception::append().
The documentation for this class was generated from the following files:
- src/libs/config/config.h
- src/libs/config/config.cpp

