Uses of Class
org.openstreetmap.josm.io.ChangesetClosedException
-
Packages that use ChangesetClosedException Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ChangesetClosedException in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type ChangesetClosedException Modifier and Type Method Description static void
ExceptionDialogUtil. explainChangesetClosedException(ChangesetClosedException e)
handles a ChangesetClosedException -
Uses of ChangesetClosedException in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type ChangesetClosedException Modifier and Type Method Description static java.lang.String
ExceptionUtil. explainChangesetClosedException(ChangesetClosedException e)
Explains an exception thrown during upload because the changeset which data is uploaded to is already closed.
-