An error that should be thrown if there if a logic or internal error was detected when parsing a tree node.

Hierarchy-Diagram

UML class diagram of ParseTreeNodeError
Legend
icon for a class in the UML class diagram class
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method
underlined static property/method

Hierarchy

  • Error
    • ParseTreeNodeError

Constructors

Properties

cause?: unknown
macroError?: string
message: string
name: string
pluginError?: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc