Package Name: java.io

Return to: Package List



package java.io is 
    IOException			: exception;
	-- the others are derived from this one;

	-- handling this one catches all the others as well
    EOFException		: exception;
    FileNotFoundException	: exception;
    InterruptedIOException	: exception;

    UTFDataFormatException	: exception;
end java.io;