MemoryError

Moduleejs
Definitiondynamic class MemoryError
InheritanceMemoryError inherit Error inherit Object
Specifiedejscript-1.1
StabilityEvolving.

Memory error exception class.

Thrown when the system attempts to allocate memory and none is available or the stack overflows.


Properties

QualifiersPropertyTypeDescription
No properties defined

MemoryError Methods

QualifiersMethod
MemoryError(message: String = null)
 MemoryError constructor.

Method Detail

public MemoryError(message: String = null)

MemoryError constructor.

Parameters
message: String Message to use when defining the Error.message property. [default: null]