cfgfile 0.2.11
Loading...
Searching...
No Matches
cfgfile::exception_t< Trait > Class Template Referencefinal

Exception in the library. More...

#include <exceptions.hpp>

Inherits std::logic_error.

Public Member Functions

 exception_t (typename Trait::string_t what)
 Construct exception.
 
 ~exception_t () noexcept
 
const Trait::string_t & desc () const noexcept
 

Detailed Description

template<typename Trait = string_trait_t>
class cfgfile::exception_t< Trait >

Exception in the library.

Constructor & Destructor Documentation

◆ exception_t()

template<typename Trait = string_trait_t>
cfgfile::exception_t< Trait >::exception_t ( typename Trait::string_t  what)
inlineexplicit

Construct exception.

◆ ~exception_t()

template<typename Trait = string_trait_t>
cfgfile::exception_t< Trait >::~exception_t ( )
inlinenoexcept

Member Function Documentation

◆ desc()

template<typename Trait = string_trait_t>
const Trait::string_t & cfgfile::exception_t< Trait >::desc ( ) const
inlinenoexcept
Returns
Reason of the exception.

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