C
EventSenderException Class
class SafeRenderer::EventSenderExceptionAn instance of EventSenderException class is thrown in case of errors. More...
Header: | #include <EventSenderException> |
Since: | QtSafeRenderer 2.1 |
Inherits: | SafeRenderer::QSafeException |
Public Types
enum | EventSenderExceptionId { FailedToReceiveMessage, FailedToSendMessage, FailedToCloseEventQueue, FailedToOpenEventQueue } |
Detailed Description
An instance of EventSenderException 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 EventSenderException::EventSenderExceptionId
This enum describes the id of a thrown event sender exception.
Constant | Value | Description |
---|---|---|
SafeRenderer::EventSenderException::FailedToReceiveMessage | 0 | Failed to receive message from the event queue |
SafeRenderer::EventSenderException::FailedToSendMessage | 1 | Failed to send a message to the event queue |
SafeRenderer::EventSenderException::FailedToCloseEventQueue | 2 | Failed to close the event queue |
SafeRenderer::EventSenderException::FailedToOpenEventQueue | 3 | Failed to open the event queue |
Available under certain Qt licenses.
Find out more.