autotier
Automatic Tiering Fuse Filesystem
Public Member Functions | Private Attributes | List of all members
ffd::ConfigException Class Reference

Exceptions thrown by this library. More...

#include <Exceptions.hpp>

Inheritance diagram for ffd::ConfigException:
Inheritance graph
[legend]
Collaboration diagram for ffd::ConfigException:
Collaboration graph
[legend]

Public Member Functions

 ConfigException (std::string what)
 Construct a new Exception object. More...
 
const char * what (void) const noexcept
 Return string containing explanation message. More...
 

Private Attributes

std::string what_
 String containing explanation message.
 

Detailed Description

Exceptions thrown by this library.

Exceptions

Constructor & Destructor Documentation

◆ ConfigException()

ffd::ConfigException::ConfigException ( std::string  what)
inline

Construct a new Exception object.

Parameters
whatString containing explanation message

Member Function Documentation

◆ what()

const char* ffd::ConfigException::what ( void  ) const
inlinenoexcept

Return string containing explanation message.

Returns
std::string

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