Index: trunk/src/org/openstreetmap/josm/io/OsmReader.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/OsmReader.java	(revision 12581)
+++ trunk/src/org/openstreetmap/josm/io/OsmReader.java	(revision 12588)
@@ -43,4 +43,5 @@
 import org.openstreetmap.josm.gui.progress.ProgressMonitor;
 import org.openstreetmap.josm.tools.CheckParameterUtil;
+import org.openstreetmap.josm.tools.UncheckedParseException;
 import org.openstreetmap.josm.tools.Utils;
 import org.openstreetmap.josm.tools.date.DateUtils;
@@ -631,5 +632,5 @@
         } catch (IllegalDataException e) {
             throw e;
-        } catch (XmlStreamParsingException e) {
+        } catch (XmlStreamParsingException | UncheckedParseException e) {
             throw new IllegalDataException(e.getMessage(), e);
         } catch (XMLStreamException e) {
