![]() |
Project
|
Exception handling unitialized event handler. More...
#include <EventHandler.h>
Inherits std::exception.
Public Member Functions | |
NotInitializedException ()=default | |
Constructor initializing the exception. | |
~NotInitializedException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Creating error message of the exception. | |
Exception handling unitialized event handler.
Definition at line 133 of file EventHandler.h.
|
default |
Constructor initializing the exception.
|
finaldefaultnoexcept |
Destructor.
|
inlinefinalnoexcept |
Creating error message of the exception.
Definition at line 144 of file EventHandler.h.