View source
class IOError
package openfl.errors
extends Error
extended by EOFError
Available on all platforms
The IOError exception is thrown when some type of input or output failure occurs. For example, an IOError exception is thrown if a read/write operation is attempted on a socket that has not connected or that has become disconnected.
Constructor
new(message:String = "")
Creates a new IOError object.
Parameters:
message | A string associated with the error object. |
---|