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

Packages that use ChangesetClosedException.Source
org.openstreetmap.josm.io   
 

Uses of ChangesetClosedException.Source in org.openstreetmap.josm.io
 

Fields in org.openstreetmap.josm.io declared as ChangesetClosedException.Source
private  ChangesetClosedException.Source ChangesetClosedException.source
          the source
 

Methods in org.openstreetmap.josm.io that return ChangesetClosedException.Source
 ChangesetClosedException.Source ChangesetClosedException.getSource()
          Replies the source where the exception was thrown
static ChangesetClosedException.Source ChangesetClosedException.Source.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangesetClosedException.Source[] ChangesetClosedException.Source.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.io with parameters of type ChangesetClosedException.Source
 void ChangesetClosedException.setSource(ChangesetClosedException.Source source)
           
 

Constructors in org.openstreetmap.josm.io with parameters of type ChangesetClosedException.Source
ChangesetClosedException(long changesetId, java.util.Date closedOn, ChangesetClosedException.Source source)
          Creates the exception
ChangesetClosedException(java.lang.String errorHeader, ChangesetClosedException.Source source)
          Creates the exception with the given error header and the given source.
 



JOSM