Ignore:
Timestamp:
2017-03-19T02:26:34+01:00 (7 years ago)
Author:
Don-vip
Message:

PMD - Strict Exceptions

File:
1 edited

Legend:

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

    r10611 r11746  
    1515import org.openstreetmap.josm.io.OsmTransferException;
    1616import org.openstreetmap.josm.tools.CheckParameterUtil;
     17import org.openstreetmap.josm.tools.JosmRuntimeException;
    1718import org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler;
    1819import org.xml.sax.SAXException;
     
    112113                }
    113114            }
    114         } catch (final RuntimeException |
     115        } catch (final JosmRuntimeException | IllegalArgumentException | IllegalStateException |
    115116                OsmTransferException | IOException | SAXException | InvocationTargetException | InterruptedException e) {
    116117            if (!ignoreException) {
Note: See TracChangeset for help on using the changeset viewer.