package aPackage; import java.io.IOException; public interface AnInterface { void methodA(int myInt) throws IOException; }