MemoryError

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

Memory error exception class.

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


Properties

(No own properties defined)


MemoryError Class Methods

(No own class methods defined)

QualifiersMethod

MemoryError Instance Methods

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

Method Detail

MemoryError(message: String = null)
Description
MemoryError constructor.
Parameters
message: String Message to use when defining the Error.message property. [default: null]