C

QSafeStringException Class

class SafeRenderer::QSafeStringException

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

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

Public Types

enum StringException { TooLong }

Detailed Description

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

Member Type Documentation

enum QSafeStringException::StringException

This enum describes the id of a thrown string exception.

ConstantValueDescription
SafeRenderer::QSafeStringException::TooLong0The string does not fit inside SafeRenderer::Constraints::MAX_LEN_OF_TEXT.

Available under certain Qt licenses.
Find out more.