C

QSafeByteArrayException Class

class SafeRenderer::QSafeByteArrayException

An instance of QSafeByteArrayException is thrown in case of an exception. More...

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

Public Types

enum ByteArrayException { DataSizeMismatch }

Detailed Description

Instance of this class is thrown when an exception occurs related to bytearray.

Member Type Documentation

enum QSafeByteArrayException::ByteArrayException

This enum describes the id of a thrown bytearray exception.

ConstantValueDescription
SafeRenderer::QSafeByteArrayException::DataSizeMismatch0The size of the data does not match the expected size.

Available under certain Qt licenses.
Find out more.