| TestInterface.java |
package lectures.exceptions.extra;
import util.annotations.WebDocuments;
@WebDocuments({"Lectures/ExceptionsExtra.pptx", "Lectures/ExceptionsExtra.pdf", "Videos/ExceptionsExtra.avi"})
public interface TestInterface {
public void nothingMeaningful(String[] args)
// throws IOException
// throws ArrayIndexOutOfBoundsException
;
}