}
else if (Validator.isNull(city)) {
throw new AddressCityException();
}
else if (Validator.isNull(state)) {
throw new AddressStateException();
}
else if (Validator.isNull(zip)) {
throw new AddressZipException();
}
else if (Validator.isNull(country)) {