Ignore:
Timestamp:
2017-03-01T23:28:34+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #14157 - NPE opening a session

File:
1 edited

Legend:

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

    r11620 r11645  
    256256                } else
    257257                    throw new IOException(tr("Unsupported scheme ''{0}'' in URI ''{1}''.", uri.getScheme(), uriStr));
    258             } catch (URISyntaxException e) {
     258            } catch (URISyntaxException | IllegalArgumentException e) {
    259259                throw new IOException(e);
    260260            }
Note: See TracChangeset for help on using the changeset viewer.