public interface Person extends Meta {
public String getName() throws IHaveNoNameException;
public int getAge() throws OhItIsTopSecretEcxeption;
public void act(Command command) throws SoICanNotUnderstandThisCommandException;
}

とりあえずここまで作っといてやったぞ。