ResourceError

Moduleejs
Definitiondynamic class ResourceError
InheritanceResourceError inherit Error inherit Object
Specifiedejscript-1.1
StabilityEvolving.

Resource error exception class.

Thrown when the system cannot allocate a resource it needs to continue, e.g. a native thread, process, file handle or the like.


Properties

QualifiersPropertyTypeDescription
No properties defined

ResourceError Methods

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

Method Detail

public ResourceError(message: String = null)

ResourceError constructor.

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