Ignore:
Timestamp:
2018-02-18T23:58:34+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15901 - also catch InvalidPathException

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r13434 r13443  
    2222import java.net.ProxySelector;
    2323import java.net.URL;
     24import java.nio.file.InvalidPathException;
    2425import java.nio.file.Paths;
    2526import java.security.AllPermission;
     
    965966                        config.openAndReadXML(is);
    966967                    }
    967                 } catch (IOException ex) {
     968                } catch (IOException | InvalidPathException ex) {
    968969                    Logging.error(ex);
    969970                    return;
Note: See TracChangeset for help on using the changeset viewer.