798081828384858687
} else { try { int intValue = format.parse(entry).intValue(); quantity = new Quantity(intValue); } catch (ParseException e) { throw new TextEntryParseException("Invalid number", e); } } }