Index: trunk/src/org/openstreetmap/josm/io/OverpassDownloadReader.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/OverpassDownloadReader.java	(revision 11532)
+++ trunk/src/org/openstreetmap/josm/io/OverpassDownloadReader.java	(revision 11533)
@@ -117,5 +117,5 @@
             final PrimitiveId osmId = results.get(0).getOsmId();
             return String.format("area(%d)", osmId.getUniqueId() + idOffset.get(osmId.getType()));
-        } catch (IOException | NoSuchElementException ex) {
+        } catch (IOException | NoSuchElementException | IndexOutOfBoundsException ex) {
             throw new UncheckedParseException(ex);
         }
