package java.io; import java.lang.Throwable; extern class IOException extends Exception { } extern class EOFException extends IOException { }