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

Packages that use ChangesetClosedException
org.openstreetmap.josm.gui   
org.openstreetmap.josm.tools   
 

Uses of ChangesetClosedException in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui with parameters of type ChangesetClosedException
static void ExceptionDialogUtil.explainChangesetClosedException(ChangesetClosedException e)
          handles a ChangesetClosedException
 

Uses of ChangesetClosedException in org.openstreetmap.josm.tools
 

Methods in org.openstreetmap.josm.tools with parameters of type ChangesetClosedException
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.
 



JOSM