MemoryError
Module | ejs |
Definition | dynamic class MemoryError |
Inheritance | MemoryError ![]() ![]() |
Specified | ejscript-1.1 |
Stability | Evolving. |
Memory error exception class.
Thrown when the system attempts to allocate memory and none is available or the stack overflows.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
MemoryError Methods
Qualifiers | Method |
---|---|
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]