GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
BaseGUIFrameworkException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Core.h
"
4
#include "
ExceptionConstants.h
"
5
6
namespace
gui_framework
7
{
8
namespace
exceptions
9
{
11
class
GUI_FRAMEWORK_API
BaseGUIFrameworkException
:
public
std::runtime_error
12
{
13
public
:
14
BaseGUIFrameworkException
(
const
std::string& exceptionMessage, std::string_view fileName, std::string_view methodName,
int
line);
15
16
virtual
~BaseGUIFrameworkException
() =
default
;
17
};
18
}
19
}
Core.h
ExceptionConstants.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
gui_framework::exceptions::BaseGUIFrameworkException
Base class for all GUIFramework exceptions.
Definition
BaseGUIFrameworkException.h:12
gui_framework::exceptions::BaseGUIFrameworkException::~BaseGUIFrameworkException
virtual ~BaseGUIFrameworkException()=default
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Exceptions
BaseGUIFrameworkException.h
Generated by
1.12.0