public interface Increment { /* Must be change to : * public int increase(int i) throws TooSmallValueException { */ public int increase(int i); }