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 voidAbstractUploadTask. handleGone(OsmApiPrimitiveGoneException e)Handles an error which is caused by a delete request for an already deletedOsmPrimitiveon the server, i.e.protected voidUploadLayerTask. 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 voidUploadPrimitivesTask. 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.
-