C

OutputVerifierException 类

class SafeRenderer::OutputVerifierException

OutputVerifierException 类在发生错误时会抛出。 更多...

头文件 #include <OutputVerifierException>
QtSafeRenderer 2.0

此类是在 QtSafeRenderer 2.0 中引入的。

公共函数

OutputVerifierException(const char *const reasonArg)
const char *what() const

详细描述

OutputVerifierException 类在硬件初始化出错或其他无法恢复的情况下使用。

成员函数文档

OutputVerifierException::OutputVerifierException(const char *const reasonArg)

使用 reasonArg 构造一个输出校验器异常对象。该指针的所有权在调用类中,析构函数期间不删除指针。

推荐的方式如下使用字符串字面量:throw OutputVerifierException("绘图区域与 ROI 区域不匹配.");

const char *OutputVerifierException::what() const

返回异常原因。可以用于记录错误。

在某些 Qt 许可证下可用。
了解更多。