Uses of Class
org.openstreetmap.josm.io.OsmApiInitializationException

Packages that use OsmApiInitializationException
org.openstreetmap.josm.gui   
org.openstreetmap.josm.io   
org.openstreetmap.josm.tools   
 

Uses of OsmApiInitializationException in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui with parameters of type OsmApiInitializationException
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
 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
static java.lang.String ExceptionUtil.explainOsmApiInitializationException(OsmApiInitializationException e)
          handles an exception caught during OSM API initialization
 



JOSM