String description, String street1, String city, String state,
String zip, String country, String phone, String fax, String cell)
throws PortalException {
if (Validator.isNull(description)) {
throw new AddressDescriptionException();
}
else if (Validator.isNull(street1)) {
throw new AddressStreetException();
}
else if (Validator.isNull(city)) {