|
GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
Throws by GUIFramework::get(), GUIFramework::loadModule() More...
#include <CantLoadModuleException.h>
Public Member Functions | |
| CantLoadModuleException (const std::string &moduleName, std::string_view fileName, std::string_view methodName, int line) | |
| ~CantLoadModuleException ()=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 |
Throws by GUIFramework::get(), GUIFramework::loadModule()
Definition at line 10 of file CantLoadModuleException.h.
| gui_framework::exceptions::CantLoadModuleException::CantLoadModuleException | ( | const std::string & | moduleName, |
| std::string_view | fileName, | ||
| std::string_view | methodName, | ||
| int | line ) |
Definition at line 9 of file CantLoadModuleException.cpp.
|
default |