Changeset 1967 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2009-08-12T13:58:17+02:00 (15 years ago)
Author:
Gubaer
Message:

Improved documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java

    r1957 r1967  
    9292    /**
    9393     * 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 whitin an
     94     * This is most likely happening when user tries to access the OSM API from within an
    9595     * applet which wasn't loaded from the API server.
    9696     *
     
    122122
    123123    /**
    124      * Explains a {@see SecurityException} which has caused an {@see OsmTransferException}.
    125      * This is most likely happening when user tries to access the OSM API from whitin an
    126      * 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.
    127127     *
    128128     * @param e the exception
     
    146146
    147147    /**
    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 an
    150      * 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.
    151151     *
    152152     * @param e the exception
     
    172172
    173173    /**
    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 an
    176      * 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.
    177177     *
    178178     * @param e the exception
Note: See TracChangeset for help on using the changeset viewer.