C
EventHandlerException Class
class SafeRenderer::EventHandlerExceptionAn instance of EventHandlerException class is thrown in case of errors. More...
Header: | #include <EventHandlerException> |
Since: | QtSafeRenderer 2.1 |
Inherits: | SafeRenderer::QSafeException |
Public Types
enum | EventHandlerExceptionId { InitializationFailed, FailedToReceiveMessage, FailedToSendMessage, FailedToCloseEventQueue, FailedToOpenEventQueue, …, FailedToSetTimer } |
Detailed Description
An instance of EventHandlerException class is thrown if an error occurs in the event sending or in the other cases which cannot be recovered from.
Member Type Documentation
enum EventHandlerException::EventHandlerExceptionId
This enum describes the id of a thrown event handler exception.
Constant | Value | Description |
---|---|---|
SafeRenderer::EventHandlerException::InitializationFailed | 0 | Initialization failed |
SafeRenderer::EventHandlerException::FailedToReceiveMessage | 1 | Failed to receive message from the event queue |
SafeRenderer::EventHandlerException::FailedToSendMessage | 2 | Failed to send a message to the event queue |
SafeRenderer::EventHandlerException::FailedToCloseEventQueue | 3 | Failed to close the event queue |
SafeRenderer::EventHandlerException::FailedToOpenEventQueue | 4 | Failed to open the event queue |
SafeRenderer::EventHandlerException::FailedToCreateTimer | 5 | Failed to create a timer |
SafeRenderer::EventHandlerException::FailedToSetTimer | 6 | Failed to set a timer |
Available under certain Qt licenses.
Find out more.