Ignore:
Timestamp:
2011-12-22T11:49:23+01:00 (12 years ago)
Author:
bastiK
Message:

session: GpxImporter refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/SessionLoadAction.java

    r4668 r4695  
    127127                cancel();
    128128                throw e;
    129             } catch (Throwable t) {
     129            } catch (Error e) {
    130130                cancel();
    131                 throw new RuntimeException(t);
     131                throw e;
    132132            }
    133133        }
Note: See TracChangeset for help on using the changeset viewer.