GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::exceptions::FileDoesNotExist Class Reference

Throws by asset finding methods. More...

#include <FileDoesNotExist.h>

Inheritance diagram for gui_framework::exceptions::FileDoesNotExist:
gui_framework::exceptions::BaseGUIFrameworkException

Public Member Functions

 FileDoesNotExist (const std::filesystem::path &filePath, std::string_view fileName, std::string_view methodName, int line)
 
 ~FileDoesNotExist ()=default
 
- Public Member Functions inherited from gui_framework::exceptions::BaseGUIFrameworkException
 BaseGUIFrameworkException (const std::string &exceptionMessage, std::string_view fileName, std::string_view methodName, int line)
 
virtual ~BaseGUIFrameworkException ()=default
 

Detailed Description

Throws by asset finding methods.

Definition at line 10 of file FileDoesNotExist.h.

Constructor & Destructor Documentation

◆ FileDoesNotExist()

gui_framework::exceptions::FileDoesNotExist::FileDoesNotExist ( const std::filesystem::path & filePath,
std::string_view fileName,
std::string_view methodName,
int line )

Definition at line 9 of file FileDoesNotExist.cpp.

◆ ~FileDoesNotExist()

gui_framework::exceptions::FileDoesNotExist::~FileDoesNotExist ( )
default

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