Changeset 11801 in josm


Ignore:
Timestamp:
2017-03-31T23:18:35+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14595 - catch UnsupportedOperationException

File:
1 edited

Legend:

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

    r11746 r11801  
    2929    private final String title;
    3030
     31    /** progress monitor */
    3132    protected final ProgressMonitor progressMonitor;
    3233
     
    113114                }
    114115            }
    115         } catch (final JosmRuntimeException | IllegalArgumentException | IllegalStateException |
     116        } catch (final JosmRuntimeException | IllegalArgumentException | IllegalStateException | UnsupportedOperationException |
    116117                OsmTransferException | IOException | SAXException | InvocationTargetException | InterruptedException e) {
    117118            if (!ignoreException) {
Note: See TracChangeset for help on using the changeset viewer.