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 { IndexOutOfBounds, UnsupportedAnimationType, InvalidAnimationData } |
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::IndexOutOfBounds | ? | The index is out of bounds. |
SafeRenderer::QSafeByteArrayException::UnsupportedAnimationType | ? | The type of the animation is not supported. |
SafeRenderer::QSafeByteArrayException::InvalidAnimationData | ? | The animation data is invalid. |
Available under certain Qt licenses.
Find out more.