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 class | ByteArrayException { IndexOutOfBounds, UnsupportedAnimationType, InvalidAnimationData } |
Detailed Description
Instance of this class is thrown when an exception occurs related to bytearray.
Member Type Documentation
enum class QSafeByteArrayException::ByteArrayException
This enum describes the id of a thrown bytearray exception.
Constant | Value | Description |
---|---|---|
SafeRenderer::QSafeByteArrayException::ByteArrayException::IndexOutOfBounds | ? | The index is out of bounds. |
SafeRenderer::QSafeByteArrayException::ByteArrayException::UnsupportedAnimationType | ? | The type of the animation is not supported. |
SafeRenderer::QSafeByteArrayException::ByteArrayException::InvalidAnimationData | ? | The animation data is invalid. |
Available under certain Qt licenses.
Find out more.