class PersonException extends Exception { PersonException(String s) { super(s); } }