Changeset 1967 in josm for trunk/src/org
- Timestamp:
- 2009-08-12T13:58:17+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java
r1957 r1967 92 92 /** 93 93 * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}. 94 * This is most likely happening when user tries to access the OSM API from w hitin an94 * This is most likely happening when user tries to access the OSM API from within an 95 95 * applet which wasn't loaded from the API server. 96 96 * … … 122 122 123 123 /** 124 * Explains a {@see S ecurityException} which has caused an {@see OsmTransferException}.125 * This is most likely happening when user tries to access the OSM API from whitin an126 * applet which wasn't loaded from the API server.124 * Explains a {@see SocketException} which has caused an {@see OsmTransferException}. 125 * This is most likely because there's not connection to the Internet or because 126 * the remote server is not reachable. 127 127 * 128 128 * @param e the exception … … 146 146 147 147 /** 148 * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}.149 * This is most likely happening when user tries to access the OSM API from whitin an150 * applet which wasn't loaded from the API server.148 * Explains a {@see IOException} which has caused an {@see OsmTransferException}. 149 * This is most likely happening when the communication with the remote server is 150 * interrupted for any reason. 151 151 * 152 152 * @param e the exception … … 172 172 173 173 /** 174 * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}.175 * This is most likely happening when user tries to access the OSM API from whitin an176 * applet which wasn't loaded from the API server.174 * Explains a {@see UnknownHostException} which has caused an {@see OsmTransferException}. 175 * This is most likely happening when there is an error in the API URL or when 176 * local DNS services are not working. 177 177 * 178 178 * @param e the exception
Note:
See TracChangeset
for help on using the changeset viewer.