ResourceError
| Module | ejs |
| Namespace | intrinsic |
| Definition | dynamic class ResourceError |
| Specified | Ejs-11. |
| Inheritance | ResourceError Error 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
| Qualifiers | Property | Type | Description |
|---|---|---|---|
| No properties defined | |||
ResourceError Methods
| Qualifiers | Method |
|---|---|
| ResourceError(message: String) | |
| ResourceError constructor. |
Method Detail
ResourceError(message: String)
ResourceError constructor.
- Parameters
message: String Message to use when defining the Error.message property