On this page

C

SafeRenderer::EventSenderException Class

class SafeRenderer::EventSenderException

An instance of EventSenderException class is thrown in case of errors. More...

Header: #include <EventSenderException>
Since: QtSafeRenderer 2.1
Inherits: SafeRenderer::QSafeException

Public Types

enum class EventSenderExceptionId { FailedToReceiveMessage, FailedToSendMessage, FailedToCloseEventQueue, FailedToOpenEventQueue }

Public Functions

EventSenderException()
EventSenderException(SafeRenderer::EventSenderException &&other)
SafeRenderer::EventSenderException &operator=(SafeRenderer::EventSenderException &&other)
SafeRenderer::EventSenderException &operator=(const SafeRenderer::EventSenderException &other)

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 class EventSenderException::EventSenderExceptionId

This enum describes the id of a thrown event sender exception.

ConstantValueDescription
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToReceiveMessage0Failed to receive message from the event queue
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToSendMessage1Failed to send a message to the event queue
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToCloseEventQueue2Failed to close the event queue
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToOpenEventQueue3Failed to open the event queue

Member Function Documentation

[delete] EventSenderException::EventSenderException()

Default-constructs an instance of EventSenderException. This function is deleted.

[constexpr noexcept default] EventSenderException::EventSenderException(SafeRenderer::EventSenderException &&other)

Move-constructs an instance of EventSenderException.

[delete] SafeRenderer::EventSenderException &EventSenderException::operator=(SafeRenderer::EventSenderException &&other)

Move-assigns other to this EventSenderException instance. This function is deleted.

[delete] SafeRenderer::EventSenderException &EventSenderException::operator=(const SafeRenderer::EventSenderException &other)

Copy-assigns other to this EventSenderException instance. This function is deleted.

Available under certain Qt licenses.
Find out more.