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

Exception for all list classes exceptions. More...

#include <SelectListException.h>

Inheritance diagram for gui_framework::exceptions::SelectListException:
gui_framework::exceptions::BaseGUIFrameworkException

Public Member Functions

 SelectListException (const std::string &method, LRESULT errorCode, std::string_view fileName, std::string_view methodName, int line, std::string_view additionalDescription="")
 
 ~SelectListException ()=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

Exception for all list classes exceptions.

Definition at line 10 of file SelectListException.h.

Constructor & Destructor Documentation

◆ SelectListException()

gui_framework::exceptions::SelectListException::SelectListException ( const std::string & method,
LRESULT errorCode,
std::string_view fileName,
std::string_view methodName,
int line,
std::string_view additionalDescription = "" )

Definition at line 9 of file SelectListException.cpp.

◆ ~SelectListException()

gui_framework::exceptions::SelectListException::~SelectListException ( )
default

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