| StringIteratorThrowingException.java |
package lectures.exceptions;
import util.annotations.WebDocuments;
@WebDocuments({"Lectures/Exceptions.pptx", "Lectures/Exceptions.pdf", "Videos/Exceptions.avi"})
public interface StringIteratorThrowingException {
public String next () throws Exception ;
public boolean hasNext();
}