Options
All
  • Public
  • Public/Protected
  • All
Menu

Thrown where there is an exception while reading a template during runtime

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • Construct a RuntimeReadError

    Parameters

    • message: string

      The error message

    • statement: StatementNode

      The statement that caused the error

    • path: string

      The path that could not be read

    • Optional cause: Error

      The causing error

    Returns RuntimeReadError

Properties

Optional cause

cause: Error

The error, if exists, that caused this error

message

message: string

The error message

name

name: string

The name of the error, which is generally the constructor name

path

path: string

The path that could not be read

Optional stack

stack: undefined | string

statement

statement: StatementNode

The statement that caused the error

type

type: string

A value to identify the error from other errors

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc