Changeset 11768 in josm for trunk/src


Ignore:
Timestamp:
2017-03-22T10:55:48+01:00 (7 years ago)
Author:
stoecker
Message:

catch one more exception in NMEA reader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/NmeaReader.java

    r11746 r11768  
    415415            return true;
    416416
    417         } catch (IllegalArgumentException | IndexOutOfBoundsException ex) {
     417        } catch (IllegalArgumentException | IndexOutOfBoundsException | IllegalDataException ex) {
    418418            // out of bounds and such
    419419            Main.debug(ex);
Note: See TracChangeset for help on using the changeset viewer.