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

Packages that use OsmDataParsingException
org.openstreetmap.josm.gui.oauth   
org.openstreetmap.josm.io   
 

Uses of OsmDataParsingException in org.openstreetmap.josm.gui.oauth
 

Methods in org.openstreetmap.josm.gui.oauth that throw OsmDataParsingException
protected  UserInfo TestAccessTokenTask.getUserDetails()
           
 

Uses of OsmDataParsingException in org.openstreetmap.josm.io
 

Methods in org.openstreetmap.josm.io that return OsmDataParsingException
 OsmDataParsingException OsmDataParsingException.rememberLocation(org.xml.sax.Locator locator)
           
 

Methods in org.openstreetmap.josm.io that throw OsmDataParsingException
static UserInfo OsmServerUserInfoReader.buildFromXML(org.w3c.dom.Document document)
           
protected  User OsmChangesetParser.Parser.createUser(java.lang.String uid, java.lang.String name)
           
 ChangesetDataSet OsmChangesetContentParser.parse()
          Parses the content from the input source
 ChangesetDataSet OsmChangesetContentParser.parse(ProgressMonitor progressMonitor)
          Parses the content
 void DiffResultProcessor.parse(java.lang.String diffUploadResponse, ProgressMonitor progressMonitor)
          Parse the response from a diff upload to the OSM API.
protected  void OsmChangesetParser.Parser.parseChangesetAttributes(Changeset cs, org.xml.sax.Attributes atts)
           
protected  void OsmChangesetContentParser.Parser.throwException(java.lang.Exception e)
           
protected  void OsmChangesetParser.Parser.throwException(java.lang.String msg)
           
protected  void DiffResultProcessor.Parser.throwException(java.lang.String msg)
           
protected  void OsmChangesetContentParser.Parser.throwException(java.lang.String message)
           
 



JOSM