Public Member Functions

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:
Inheritance graph
[legend]

List of all members.

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 359 of file config.cpp.

References fawkes::Exception::append().


The documentation for this class was generated from the following files: