C
QSafeStateException Class
class SafeRenderer::QSafeStateExceptionAn instance of QSafeStateException is thrown in case of an exception. More...
| Header: | #include <QSafeStateException> |
| Since: | QtSafeRenderer 2.1 |
| Inherits: | SafeRenderer::QSafeException |
Public Types
| enum | SafeStateException { IndexOutOfBounds, OutOfCache, DataCorrupted, InvalidData, UnsupportedAnimationType } |
Detailed Description
Instance of this class is thrown when an exception occurs related to states and state readers.
Member Type Documentation
enum QSafeStateException::SafeStateException
This enum describes the id of a thrown state exception.
| Constant | Value | Description |
|---|---|---|
SafeRenderer::QSafeStateException::IndexOutOfBounds | 0 | The item's new index is out of bounds |
SafeRenderer::QSafeStateException::OutOfCache | 1 | The index is out of cache. |
SafeRenderer::QSafeStateException::DataCorrupted | 2 | Data is corrupted. |
SafeRenderer::QSafeStateException::InvalidData | 3 | Data is invalid. |
SafeRenderer::QSafeStateException::UnsupportedAnimationType | 4 | The animation type is not supported. |
Available under certain Qt licenses.
Find out more.