26 using ScreenException::ScreenException;
29 std::string
getWhat()
const throw()
override;
BaseException()
Use getWhat() as the result of what().
Definition BaseException.cpp:18
The ScreenException class, generic screen exception.
Definition ScreenException.h:17
ScreenOpenFailureException - Thrown when a screen cannot be opened or initialized.
Definition ScreenException.h:25
std::string getWhat() const override
Get a human readable string describing the exception.
Definition ScreenException.cpp:15
Screen unavailable exception.
Definition ScreenException.h:38
std::string getWhat() const override
Get a human readable string describing the exception.
Definition ScreenException.cpp:24
~ScreenUnavailableException() override=default