首页 / cms / oaCMException

oaCMException

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

概览

oaCMExceptionoapy 中可用,可通过 _cms 模块访问。

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

详细说明

The oaCMException class is the base class that is used to throw exceptions in the OpenAccess change management system (CMS) 。

构造函数

_cms.oaCMException(msgIdIn)

obj = _cms.oaCMException(msgIdIn)

方法总览

状态 Python 调用
obj.getFormatString()

方法说明

obj.getFormatString()

绑定状态: 已绑定

Python 调用: obj.getFormatString()

This function returns the appropriate formatting string for this exception。

Python 示例

from oapy._oa import _cms

# assume obj is a oaCMException
obj.getFormatString()