26 using ScreenException::ScreenException;
29 std::string
getWhat()
const throw()
override;
62 double m_timeUntilRetry;
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
std::string getWhat() const override
Get a human readable string describing the exception.
Definition ScreenException.cpp:34
ScreenUnavailableException(double timeUntilRetry)
Definition ScreenException.cpp:24
~ScreenUnavailableException() override=default
double getRetryTime() const
Get retry time.
Definition ScreenException.cpp:29