Arcade architecture
DisplayModuleException Class Reference

Exception class for handling DLL-related errors. More...

#include <Exception.hpp>

Inheritance diagram for DisplayModuleException:
Collaboration diagram for DisplayModuleException:

Public Member Functions

const char * what () const noexcept override
 Returns the error message. More...
 
 DisplayModuleException (const std::string &msg)
 Constructor for DisplayModuleException. More...
 
 ~DisplayModuleException ()=default
 Destructor for DisplayModuleException.
 

Private Attributes

std::string _msg
 Error message.
 

Detailed Description

Exception class for handling DLL-related errors.

The DisplayModuleException class is used to handle errors related to display module

Constructor & Destructor Documentation

◆ DisplayModuleException()

DisplayModuleException::DisplayModuleException ( const std::string &  msg)
inline

Constructor for DisplayModuleException.

Parameters
msgThe error message.

Member Function Documentation

◆ what()

const char * DisplayModuleException::what ( ) const
inlineoverridenoexcept

Returns the error message.

Returns
The error message.

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