Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvalidIndex

The error thrown when some invalid index of some quantity is being accessed. An invalid index would be any index which does not exist on a particular quantity.

Hierarchy

  • Error
    • InvalidIndex

Index

Constructors

Properties

Constructors

constructor

  • new InvalidIndex(passed: number, start: number): InvalidIndex

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc