IOError
Module | ejs |
Definition | dynamic class IOError |
Inheritance | IOError ![]() ![]() |
Specified | ejscript-2.5 |
Stability | Evolving. |
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
(No own properties defined)
IOError Class Methods
Qualifiers | Method |
---|
IOError Instance Methods
Qualifiers | Method |
---|---|
IOError(message: String = null) | |
IOError constructor. |
Method Detail
IOError(message: String = null)
- Description
- IOError constructor.
- Parameters
message: String Message to use when defining the Error.message property. [default: null]