retdec
Public Member Functions | Private Attributes | List of all members
retdec::config::FileNotFoundException Class Reference

#include <config_exceptions.h>

Inheritance diagram for retdec::config::FileNotFoundException:
Inheritance graph
[legend]
Collaboration diagram for retdec::config::FileNotFoundException:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

std::string _whatMessage
 Message returned by what() method. More...
 

Detailed Description

Config exception which can be thrown to the outside world (library users). It is thrown when provided input file can not be opened.

Constructor & Destructor Documentation

◆ FileNotFoundException()

retdec::config::FileNotFoundException::FileNotFoundException ( const std::string &  message)
inline

Member Function Documentation

◆ what()

virtual const char* retdec::config::FileNotFoundException::what ( ) const
inlineoverridevirtualnoexcept

Member Data Documentation

◆ _whatMessage

std::string retdec::config::FileNotFoundException::_whatMessage
private

Message returned by what() method.


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