Ignore:
Timestamp:
2017-08-14T13:25:17+02:00 (7 years ago)
Author:
Don-vip
Message:

fix #15150 - catch NoClassDefFoundError in PluginProxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r12323 r12599  
    287287     * All exceptions that occured during plugin loading
    288288     */
    289     static final Map<String, Exception> pluginLoadingExceptions = new HashMap<>();
     289    static final Map<String, Throwable> pluginLoadingExceptions = new HashMap<>();
    290290
    291291    /**
Note: See TracChangeset for help on using the changeset viewer.