132133134135136137138139140141
possiblePersonSet.add(person); } if (!possiblePersonSet.isEmpty()) { throw new PossiblePersonCandidatesException(possiblePersonSet); } throw new PersonNotFoundException(); }