IOError

Moduleejs
Definitiondynamic class IOError
InheritanceIOError inherit Error inherit Object
Specifiedejscript-1.1
StabilityEvolving.

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

QualifiersPropertyTypeDescription
No properties defined

IOError Methods

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

Method Detail

public IOError(message: String = null)

IOError constructor.

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