Ignore:
Timestamp:
2016-06-24T01:27:35+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1166 - Exception handlers should preserve the original exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/CacheEntryAttributes.java

    r10378 r10469  
    188188
    189189    /**
     190     * @param error error related to this object
     191     * @since 10469
     192     */
     193    public void setError(Exception error) {
     194        setErrorMessage(Main.getErrorMessage(error));
     195    }
     196
     197    /**
    190198     * @param message error message related to this object
    191199     */
Note: See TracChangeset for help on using the changeset viewer.