M3D / M3D / Reader / ReaderException
Class: ReaderException
Description
读取问题类 *@memberof SView.Reader
Author
YW
Date
2022-1-20
Version
1.0
Hierarchy
-
↳
ReaderException
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ReaderException(): ReaderException
Returns
Inherited from
Properties
code
• code: string
异常码,格式xx.xx.xx
Inherited from
description
• description: string
Inherited from
Methods
get
▸ get(code
, description
): Exception
Parameters
Name | Type |
---|---|
code | string |
description | string |
Returns
Description
Error类设置类
Inherited from
new
▸ new(moudleCode
, type
, description
): Exception
Parameters
Name | Type | Description |
---|---|---|
moudleCode | string | 异常对应类 |
type | number | 异常类型 |
description | string | 异常描述 |
Returns
Description
实例化异常对象