inicpp
C++ parser of INI files with schema validation.
|
#include <exception.h>
Public Member Functions | |
exception () | |
exception (const std::string &what) | |
virtual | ~exception () |
virtual const char * | what () const noexcept |
Protected Attributes | |
std::string | what_ |
Generic inicpp exception.
Definition at line 15 of file exception.h.
|
inline |
Default constructor.
Definition at line 25 of file exception.h.
|
inline |
Constructor in which cause can be specified.
what | exception description |
Definition at line 32 of file exception.h.
|
inlinevirtual |
Desctuctor.
Definition at line 39 of file exception.h.
|
inlinevirtualnoexcept |
Return description of this exception instance.
Definition at line 47 of file exception.h.
|
protected |
Description of exception
Definition at line 19 of file exception.h.