AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
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()

anch::resource::file::ResourceFileException::ResourceFileException ( const std::string & filePath,
const std::string & error )

ResourceFileException constructor

Parameters
filePathThe file path
errorThe error

◆ ~ResourceFileException()

virtual anch::resource::file::ResourceFileException::~ResourceFileException ( )
virtualnoexcept

ResourceFileException} destructor

Member Function Documentation

◆ what()

const char * anch::resource::file::ResourceFileException::what ( ) const
noexcept

Retrieve the complete error message

Returns
The error message
+ Here is the call graph for this function:

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