GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::exceptions::CantFindCompositeFunctionException Class Reference

Can't find CREATE_DEFAULT_WINDOW_FUNCTION macro for specific window. More...

#include <CantFindCompositeFunctionException.h>

Inheritance diagram for gui_framework::exceptions::CantFindCompositeFunctionException:
gui_framework::exceptions::BaseGUIFrameworkException

Public Member Functions

 CantFindCompositeFunctionException (const std::string &functionName, std::string_view fileName, std::string_view methodName, int line)
 
 ~CantFindCompositeFunctionException ()=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
 

Detailed Description

Can't find CREATE_DEFAULT_WINDOW_FUNCTION macro for specific window.

Definition at line 10 of file CantFindCompositeFunctionException.h.

Constructor & Destructor Documentation

◆ CantFindCompositeFunctionException()

gui_framework::exceptions::CantFindCompositeFunctionException::CantFindCompositeFunctionException ( const std::string & functionName,
std::string_view fileName,
std::string_view methodName,
int line )

Definition at line 9 of file CantFindCompositeFunctionException.cpp.

◆ ~CantFindCompositeFunctionException()

gui_framework::exceptions::CantFindCompositeFunctionException::~CantFindCompositeFunctionException ( )
default

The documentation for this class was generated from the following files: