跳到主要内容
版本:v10.0

M3D / M3D / Reader / ReaderException

Class: ReaderException

M3D.Reader.ReaderException

Description

读取问题类 *@memberof SView.Reader

Author

YW

Date

2022-1-20

Version

1.0

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ReaderException(): ReaderException

Returns

ReaderException

Inherited from

Exception.constructor

Properties

code

code: string

异常码,格式xx.xx.xx

Inherited from

Exception.code


description

description: string

Inherited from

Exception.description

Methods

get

get(code, description): Exception

Parameters

NameType
codestring
descriptionstring

Returns

Exception

Description

Error类设置类

Inherited from

Exception.get


new

new(moudleCode, type, description): Exception

Parameters

NameTypeDescription
moudleCodestring异常对应类
typenumber异常类型
descriptionstring异常描述

Returns

Exception

Description

实例化异常对象

Inherited from

Exception.new