Fix saving the XML file of auctions where the underlying auction info object has vanished for some reason.
| 584 | 588 | |
|---|---|---|
| 201 | 201 | try { |
| 202 | 202 | serverChild.addChild(ae.toXML()); |
| 203 | 203 | } catch (Exception e) { |
| 204 | try { | |
| 204 | 205 | ErrorManagement.handleException("Exception trying to save auction " + ae.getIdentifier() + " (" + ae.getTitle() + ") -- Not saving", e); |
| 206 | } catch(Exception e2) { | |
| 207 | ErrorManagement.handleException("Exception trying to save auction entry id " + ae.getId() + " -- Not saving", e); | |
| 208 | } | |
| 205 | 209 | } |
| 206 | 210 | } |
| 207 | 211 | |
