GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
BaseGUIFrameworkException.cpp
Go to the documentation of this file.
1
#include "
BaseGUIFrameworkException.h
"
2
3
#include "
Utility/Utility.h
"
4
5
using namespace
std;
6
7
namespace
gui_framework
8
{
9
namespace
exceptions
10
{
11
BaseGUIFrameworkException::BaseGUIFrameworkException
(
const
string
& exceptionMessage, string_view fileName, string_view methodName,
int
line) :
12
runtime_error(__utility::extendedException(exceptionMessage, fileName, methodName, line))
13
{
14
15
}
16
}
17
}
BaseGUIFrameworkException.h
Utility.h
gui_framework::exceptions::BaseGUIFrameworkException::BaseGUIFrameworkException
BaseGUIFrameworkException(const std::string &exceptionMessage, std::string_view fileName, std::string_view methodName, int line)
Definition
BaseGUIFrameworkException.cpp:11
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Exceptions
BaseGUIFrameworkException.cpp
Generated by
1.12.0