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

#include <exception.h>

+ Inheritance diagram for inicpp::exception:

Public Member Functions

 exception ()
 
 exception (const std::string &what)
 
virtual ~exception ()
 
virtual const char * what () const noexcept
 

Protected Attributes

std::string what_
 

Detailed Description

Generic inicpp exception.

Definition at line 15 of file exception.h.

Constructor & Destructor Documentation

inicpp::exception::exception ( )
inline

Default constructor.

Definition at line 25 of file exception.h.

inicpp::exception::exception ( const std::string &  what)
inline

Constructor in which cause can be specified.

Parameters
whatexception description

Definition at line 32 of file exception.h.

virtual inicpp::exception::~exception ( )
inlinevirtual

Desctuctor.

Definition at line 39 of file exception.h.

Member Function Documentation

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

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_
protected

Description of exception

Definition at line 19 of file exception.h.


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