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