Changeset 13003 in josm for trunk/src/org/openstreetmap/josm/tools/template_engine/ParseError.java
- Timestamp:
- 2017-10-16T13:26:41+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/template_engine/ParseError.java
r12656 r13003 8 8 import org.openstreetmap.josm.tools.template_engine.Tokenizer.TokenType; 9 9 10 /** 11 * Exception thrown in case of an error during template parsing. 12 * 13 * Usually caused by invalid user input. 14 */ 10 15 public class ParseError extends Exception { 11 16
Note:
See TracChangeset
for help on using the changeset viewer.
