C

OutputVerifierException Class

class SafeRenderer::OutputVerifierException

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

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

Public Types

enum OutputVerifierExceptionId { NotInitialized, FailedToSendStatus, VerifyQueueCountExceeded, InvalidFormat, NotSupported, …, FailedToSetRoiInfo }

Detailed Description

An instance of OutputVerifierException class is thrown if an error occurs in the output verification or related cases which cannot be recovered from.

Member Type Documentation

enum OutputVerifierException::OutputVerifierExceptionId

This enum describes the id of a thrown output verifier exception.

ConstantValueDescription
SafeRenderer::OutputVerifierException::NotInitialized0Failed to initialize output verifier
SafeRenderer::OutputVerifierException::FailedToSendStatus1Failed to send status message
SafeRenderer::OutputVerifierException::VerifyQueueCountExceeded2Verification queue count exceeded
SafeRenderer::OutputVerifierException::InvalidFormat3Invalid format
SafeRenderer::OutputVerifierException::NotSupported4Output verifier is not supported
SafeRenderer::OutputVerifierException::FailedToGetRoiInfo5Failed to get information about a ROI
SafeRenderer::OutputVerifierException::RoiRegionMismatch6Mismatch between ROI region and drawing area
SafeRenderer::OutputVerifierException::RoiCountExceeded7ROI count exceeded expected maximum
SafeRenderer::OutputVerifierException::FailedToSetRoiInfo8Failed to set up information about a ROI

Available under certain Qt licenses.
Find out more.