ResourceError

Moduleejs
Namespaceintrinsic
Definitiondynamic class ResourceError
SpecifiedEjs-11.
InheritanceResourceError inherit Error inherit Object

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)
 ResourceError constructor.

Method Detail

ResourceError(message: String)

ResourceError constructor.

Parameters
message: String Message to use when defining the Error.message property