IOError
| Module | ejs |
| Namespace | intrinsic |
| Definition | dynamic class IOError |
| Specified | Ejs-11. |
| Inheritance | IOError Error Object |
IO error exception class.
Thrown when an I/O/ interruption or failure occurs, e.g. a file is not found or there is an error in a communication stack.
Properties
| Qualifiers | Property | Type | Description |
|---|---|---|---|
| No properties defined | |||
IOError Methods
| Qualifiers | Method |
|---|---|
| IOError(message: String) | |
| IOError constructor. |
Method Detail
IOError(message: String)
IOError constructor.
- Parameters
message: String Message to use when defining the Error.message property