Index: /trunk/src/org/openstreetmap/josm/io/NmeaReader.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/NmeaReader.java	(revision 11767)
+++ /trunk/src/org/openstreetmap/josm/io/NmeaReader.java	(revision 11768)
@@ -415,5 +415,5 @@
             return true;
 
-        } catch (IllegalArgumentException | IndexOutOfBoundsException ex) {
+        } catch (IllegalArgumentException | IndexOutOfBoundsException | IllegalDataException ex) {
             // out of bounds and such
             Main.debug(ex);
