C

EventHandlerException Class

class SafeRenderer::EventHandlerException

An 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.

ConstantValueDescription
SafeRenderer::EventHandlerException::InitializationFailed0Initialization failed
SafeRenderer::EventHandlerException::FailedToReceiveMessage1Failed to receive message from the event queue
SafeRenderer::EventHandlerException::FailedToSendMessage2Failed to send a message to the event queue
SafeRenderer::EventHandlerException::FailedToCloseEventQueue3Failed to close the event queue
SafeRenderer::EventHandlerException::FailedToOpenEventQueue4Failed to open the event queue
SafeRenderer::EventHandlerException::FailedToCreateTimer5Failed to create a timer
SafeRenderer::EventHandlerException::FailedToSetTimer6Failed to set a timer

Available under certain Qt licenses.
Find out more.