Index: trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java	(revision 14935)
+++ trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java	(revision 14936)
@@ -15,5 +15,4 @@
 import org.openstreetmap.josm.io.OsmTransferException;
 import org.openstreetmap.josm.tools.CheckParameterUtil;
-import org.openstreetmap.josm.tools.JosmRuntimeException;
 import org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler;
 import org.xml.sax.SAXException;
@@ -114,6 +113,6 @@
                 }
             }
-        } catch (final JosmRuntimeException | IllegalArgumentException | IllegalStateException | UnsupportedOperationException |
-                OsmTransferException | IOException | SAXException | InvocationTargetException | InterruptedException e) {
+        } catch (final RuntimeException | OsmTransferException | IOException | SAXException | InvocationTargetException
+                | InterruptedException e) {
             if (!ignoreException) {
                 // Exception has to thrown in EDT to be shown to user
@@ -130,5 +129,5 @@
 
     /**
-     * Can be overriden if something needs to run after progress monitor is closed.
+     * Can be overridden if something needs to run after progress monitor is closed.
      */
     protected void afterFinish() {
