AnCH Framework  0.1
Another C++ Hack Framework
Public Member Functions | List of all members
anch::resource::file::ResourceFileException Class Reference

#include <resourceFileException.hpp>

Inheritance diagram for anch::resource::file::ResourceFileException:
Collaboration diagram for anch::resource::file::ResourceFileException:

Public Member Functions

 ResourceFileException (const std::string &filePath, const std::string &error)
 
virtual ~ResourceFileException () noexcept
 
const char * what () const noexcept
 

Detailed Description

File not found exception

Author
Vincent Lachenal

Constructor & Destructor Documentation

ResourceFileException::ResourceFileException ( const std::string &  filePath,
const std::string &  error 
)

ResourceFileException constructor

Parameters
filePathThe file path
errorThe error
ResourceFileException::~ResourceFileException ( )
virtualnoexcept

Member Function Documentation

const char * ResourceFileException::what ( ) const
noexcept

Retrieve the complete error message

Returns
The error message

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