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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionDialogUtil.explainChangesetClosedException(ChangesetClosedException e)
handles a ChangesetClosedException
|
Modifier and Type | Method and 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.
|