Package | Description |
---|---|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUploadTask.handleGone(OsmApiPrimitiveGoneException e)
Handles an error which is caused by a delete request for an already deleted
OsmPrimitive on the server, i.e. |
protected void |
UploadPrimitivesTask.recoverFromGoneOnServer(OsmApiPrimitiveGoneException e,
ProgressMonitor monitor)
Retries to recover the upload operation from an exception which was thrown because
an uploaded primitive was already deleted on the server.
|
protected void |
UploadLayerTask.recoverFromGoneOnServer(OsmApiPrimitiveGoneException e,
ProgressMonitor monitor)
Retries to recover the upload operation from an exception which was thrown because
an uploaded primitive was already deleted on the server.
|