C
QSafeByteArrayException Class
class SafeRenderer::QSafeByteArrayExceptionAn 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.
Constant | Value | Description |
---|---|---|
SafeRenderer::QSafeByteArrayException::DataSizeMismatch | 0 | The size of the data does not match the expected size. |
Available under certain Qt licenses.
Find out more.