Uses of Class
org.openstreetmap.josm.io.OsmApiPrimitiveGoneException
-
Packages that use OsmApiPrimitiveGoneException Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of OsmApiPrimitiveGoneException in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io with parameters of type OsmApiPrimitiveGoneException Modifier and Type Method Description protected void
AbstractUploadTask. handleGone(OsmApiPrimitiveGoneException e)
Handles an error which is caused by a delete request for an already deletedOsmPrimitive
on the server, i.e.protected void
UploadLayerTask. recoverFromGoneOnServer(OsmApiPrimitiveGoneException e)
Retries to recover the upload operation from an exception which was thrown because an uploaded primitive was already deleted on the server.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.
-