首页 / wafer / oaWaferException

oaWaferException

模块: oapy._oa._wafer 导入: from oapy._oa import _wafer

概览

oaWaferExceptionoapy 中可用,可通过 _wafer 模块访问。

本页汇总 oaWaferException 当前在 oapy 中可用的 Python 接口。

详细说明

oaWaferException is used to represent a number of exceptions that are specific to a wafer database。 To be sure of catching all exceptions thrown by the database, the application should only catch the oaException class。

方法总览

状态 Python 调用
obj.getFormatString()

方法说明

obj.getFormatString()

绑定状态: 已绑定

Python 调用: obj.getFormatString()

This function returns the appropriate formatting string for this exception。 从 oaException 重新实现。

Python 示例

from oapy._oa import _wafer

# assume obj is a oaWaferException
obj.getFormatString()