Uses of Class
org.openstreetmap.josm.io.OsmApiInitializationException
-
Packages that use OsmApiInitializationException Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of OsmApiInitializationException in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type OsmApiInitializationException Modifier and Type Method Description static void
ExceptionDialogUtil. explainOsmApiInitializationException(OsmApiInitializationException e)
handles an exception caught during OSM API initialization -
Uses of OsmApiInitializationException in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that throw OsmApiInitializationException Modifier and Type Method 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. -
Uses of OsmApiInitializationException in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type OsmApiInitializationException Modifier and Type Method Description static java.lang.String
ExceptionUtil. explainOsmApiInitializationException(OsmApiInitializationException e)
Explains an exception caught during OSM API initialization.
-