|
inicpp
C++ parser of INI files with schema validation.
|
#include <exception.h>
Inheritance diagram for inicpp::ambiguity_exception:Public Member Functions | |
| ambiguity_exception (const std::string &element_name) | |
| virtual const char * | what () const noexcept |
Protected Attributes | |
| std::string | what_ |
Element ambiguity exception. Raised when there are multiple elements with same name.
Definition at line 126 of file exception.h.
|
inline |
There are multiple elements with specified name.
| element_name |
Definition at line 133 of file exception.h.
|
inlinevirtualnoexceptinherited |
Return description of this exception instance.
Definition at line 47 of file exception.h.
|
protectedinherited |
Description of exception
Definition at line 19 of file exception.h.