GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
NotImplemented.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseGUIFrameworkException.h
"
4
5
namespace
gui_framework
6
{
7
namespace
exceptions
8
{
10
class
NotImplemented
:
public
BaseGUIFrameworkException
11
{
12
public
:
13
NotImplemented
(std::string_view methodName, std::string_view className, std::string_view fileName,
int
line);
14
15
~NotImplemented
() =
default
;
16
};
17
}
18
}
BaseGUIFrameworkException.h
gui_framework::exceptions::BaseGUIFrameworkException
Base class for all GUIFramework exceptions.
Definition
BaseGUIFrameworkException.h:12
gui_framework::exceptions::NotImplemented
Throws by not implemented methods.
Definition
NotImplemented.h:11
gui_framework::exceptions::NotImplemented::~NotImplemented
~NotImplemented()=default
gui_framework::exceptions::NotImplemented::NotImplemented
NotImplemented(std::string_view methodName, std::string_view className, std::string_view fileName, int line)
Definition
NotImplemented.cpp:9
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Exceptions
NotImplemented.h
Generated by
1.12.0