|
inicpp
C++ parser of INI files with schema validation.
|
#include <exception.h>
Inheritance diagram for inicpp::parser_exception:Public Member Functions | |
| parser_exception (const std::string &message) | |
| virtual const char * | what () const noexcept |
Protected Attributes | |
| std::string | what_ |
Occurs when parsing went wrong in some way
Definition at line 57 of file exception.h.
|
inline |
General parser_exception constructor with given description.
| message | exception cause |
Definition at line 64 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.