public interface Thrower { public void throwIt() throws E; }