Index: trunk/src/org/openstreetmap/josm/io/FileImporter.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/FileImporter.java	(revision 12111)
+++ trunk/src/org/openstreetmap/josm/io/FileImporter.java	(revision 12112)
@@ -16,5 +16,4 @@
 import org.openstreetmap.josm.gui.progress.ProgressMonitor;
 import org.openstreetmap.josm.gui.util.GuiHelper;
-import org.openstreetmap.josm.tools.JosmRuntimeException;
 import org.openstreetmap.josm.tools.Utils;
 import org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler;
@@ -104,5 +103,5 @@
             displayError(f, e);
             return false;
-        } catch (JosmRuntimeException | IllegalArgumentException | IllegalStateException e) {
+        } catch (RuntimeException | LinkageError e) { // NOPMD
             BugReportExceptionHandler.handleException(e);
             return false;
