- Timestamp:
- 2017-03-31T23:18:35+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
r11746 r11801 29 29 private final String title; 30 30 31 /** progress monitor */ 31 32 protected final ProgressMonitor progressMonitor; 32 33 … … 113 114 } 114 115 } 115 } catch (final JosmRuntimeException | IllegalArgumentException | IllegalStateException | 116 } catch (final JosmRuntimeException | IllegalArgumentException | IllegalStateException | UnsupportedOperationException | 116 117 OsmTransferException | IOException | SAXException | InvocationTargetException | InterruptedException e) { 117 118 if (!ignoreException) {
Note:
See TracChangeset
for help on using the changeset viewer.