Changeset 9997 in josm for trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java
- Timestamp:
- 2016-03-15T02:16:30+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java
r9823 r9997 137 137 return XML_DATE.newXMLGregorianCalendar(str).toGregorianCalendar().getTimeInMillis(); 138 138 } catch (Exception ex) { 139 throw new UncheckedParseException("The date string (" + str + ") could not be parsed."); 139 throw new UncheckedParseException("The date string (" + str + ") could not be parsed.", ex); 140 140 } 141 141 }
Note:
See TracChangeset
for help on using the changeset viewer.
