}
else if (Validator.isNull(zip)) {
throw new AddressZipException();
}
else if (Validator.isNull(country)) {
throw new AddressCountryException();
}
else if (Validator.isNotNull(phone) &&
!Validator.isPhoneNumber(phone)) {
throw new AddressPhoneException();