throw se;
}
}
private static BusinessCard getCard() {
return new BusinessCard("John Doe", "Sr. Widget Designer", "Acme, Inc.",
new Address(null, "123 Widget Way", "Anytown", "MA", (short) 12345), "123.456.7890",
null, "123.456.7891", "John.Doe@Acme.ORG");
}