Interface: StackFrame

January 9, 2021 · View on GitHub

andesitejs / Exports / api/types / StackFrame

Interface: StackFrame

api/types.StackFrame

Hierarchy

  • StackFrame

Table of contents

Properties

Properties

classLoader

classLoader: null | string

Name of the class loader.

Defined in: api/types.ts:302


className

className: string

Name of the class.

Defined in: api/types.ts:317


fileName

fileName: null | string

Name of the source file.

Defined in: api/types.ts:327


lineNumber

lineNumber: null | number

Line in the source file.

Defined in: api/types.ts:332


methodName

methodName: string

Name of the method.

Defined in: api/types.ts:322


moduleName

moduleName: null | string

Name of the module.

Defined in: api/types.ts:307


moduleVersion

moduleVersion: null | string

Version of the module.

Defined in: api/types.ts:312


pretty

pretty: string

Pretty printed version of this frame, as it would appear on Throwable#printStackTrace

Defined in: api/types.ts:337