首页 / common / IPlugInException

IPlugInException

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

概览

IPlugInExceptionoapy 中可用,可通过 _common 模块访问。

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

详细说明

This interface extends IException , and is intended to report problems that occur within the OpenAccess plug-in package, or plug-in related problem encountered by the components themselves。 It encapsulates in an interface the value of the IBase::Status enum describing the problem that occured。

方法总览

状态 Python 调用
obj.getStatus()

方法说明

obj.getStatus()

绑定状态: 已绑定

Python 调用: obj.getStatus()

This function returns one of the values of IBase::Status that describes the problem that generated this exception。 由 oaPlugInError 实现。

Python 示例

from oapy._oa import _common

# assume obj is a IPlugInException
obj.getStatus()