inicpp
C++ parser of INI files with schema validation.
|
#include <exception.h>
Public Member Functions | |
not_found_exception (size_t index) | |
not_found_exception (const std::string &element_name) | |
virtual const char * | what () const noexcept |
Protected Attributes | |
std::string | what_ |
Element not found exception. Raised when there is no element with specified name or with specified index.
Definition at line 100 of file exception.h.
|
inline |
Element on specified index was not found.
index |
Definition at line 107 of file exception.h.
|
inline |
Element with specified name was not found.
element_name |
Definition at line 115 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.