Package | Description |
---|---|
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.io | |
org.openstreetmap.josm.tools |
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionDialogUtil.explainOsmApiInitializationException(OsmApiInitializationException e)
handles an exception caught during OSM API initialization
|
Modifier and Type | Method and Description |
---|---|
void |
OsmApi.initialize(ProgressMonitor monitor)
Initializes this component by negotiating a protocol version with the server.
|
void |
OsmApi.initialize(ProgressMonitor monitor,
boolean fastFail)
Initializes this component by negotiating a protocol version with the server, with the ability to control the timeout.
|
Modifier and Type | Method and Description |
---|---|
static String |
ExceptionUtil.explainOsmApiInitializationException(OsmApiInitializationException e)
handles an exception caught during OSM API initialization
|