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 , 11 years ago | |
---|---|
File size: 272 bytes |
Line | |
---|---|
1 | package org.openstreetmap.josm.plugins.piclayer.transform; |
2 | |
3 | class 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.