C
SafeRenderer::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 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.
| Constant | Value | Description |
|---|---|---|
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToReceiveMessage | 0 | Failed to receive message from the event queue |
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToSendMessage | 1 | Failed to send a message to the event queue |
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToCloseEventQueue | 2 | Failed to close the event queue |
SafeRenderer::EventSenderException::EventSenderExceptionId::FailedToOpenEventQueue | 3 | Failed 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.