Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EOFError

An EOFError exception is thrown when you attempt to read past the end of the available data. For example, an EOFError is thrown when one of the read methods in the IDataInput interface is called and there is insufficient data to satisfy the read request.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new EOFError(message?: string, id?: number): EOFError

Properties

errorID

errorID: number

message

message: string

name

name: string

Methods

getStackTrace

  • getStackTrace(): string

Generated using TypeDoc