public interface PersonInterface { public int getAge() throws Throwable; public String getName() throws Throwable; }