libperun

Class std.io.IOError

Synopsis

public  class IOError extends Exception

An exception thrown when an I/O error occurs.

Fields

Constructors

public IOError(String msg);

Construct the exception with the specified message.

Methods