Ignore:
Timestamp:
2016-05-17T02:02:30+02:00 (7 years ago)
Author:
Don-vip
Message:

sonar - squid:S00112 - Generic exceptions should never be thrown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/OverpassTurboQueryWizard.java

    r10101 r10235  
    5252                    "}");
    5353        } catch (ScriptException | IOException ex) {
    54             throw new RuntimeException("Failed to initialize OverpassTurboQueryWizard", ex);
     54            throw new IllegalStateException("Failed to initialize OverpassTurboQueryWizard", ex);
    5555        }
    5656    }
Note: See TracChangeset for help on using the changeset viewer.