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