source: osm/applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/transform/NoSolutionException.java@ 30356

Last change on this file since 30356 was 30356, checked in by donvip, 11 years ago

[josm_piclayer] code cleanup, https link to josm website

File size: 272 bytes
Line 
1package org.openstreetmap.josm.plugins.piclayer.transform;
2
3class NoSolutionException extends Exception {
4
5 public NoSolutionException(String message) {
6 super(message);
7 }
8
9 private static final long serialVersionUID = 3170170664858078930L;
10}
Note: See TracBrowser for help on using the repository browser.