C

QSafeException Class

class SafeRenderer::QSafeException

QSafeException is the base class for saferenderer's exceptions. More...

Detailed Description

All exceptions in saferender runtime inherit this exception base class. Pointer to a string containing the reason for exception is stored in this class. Throwing class has ownership of the reason string buffer.

Available under certain Qt licenses.
Find out more.