Changeset 10794 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-08-13T17:22:01+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
r10792 r10794 616 616 } catch (PatternSyntaxException e) { 617 617 throw new ParseError(tr(rxErrorMsg, e.getPattern(), e.getIndex(), e.getMessage()), e); 618 } catch (IllegalArgumentException e) {618 } catch (IllegalArgumentException | StringIndexOutOfBoundsException e) { 619 619 throw new ParseError(tr(rxErrorMsgNoPos, value, e.getMessage()), e); 620 620 }
Note:
See TracChangeset
for help on using the changeset viewer.