inicpp
C++ parser of INI files with schema validation.
inicpp::validation_exception Class Reference

#include <exception.h>

+ Inheritance diagram for inicpp::validation_exception:

Public Member Functions

 validation_exception (const std::string &message)
 
virtual const char * what () const noexcept
 

Protected Attributes

std::string what_
 

Detailed Description

Thrown in case of validation error.

Definition at line 143 of file exception.h.

Constructor & Destructor Documentation

inicpp::validation_exception::validation_exception ( const std::string &  message)
inline

Default generic constructor.

Parameters
message

Definition at line 150 of file exception.h.

Member Function Documentation

virtual const char* inicpp::exception::what ( ) const
inlinevirtualnoexceptinherited

Return description of this exception instance.

Returns
c-string textual description

Definition at line 47 of file exception.h.

Member Data Documentation

std::string inicpp::exception::what_
protectedinherited

Description of exception

Definition at line 19 of file exception.h.


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