Uses of Class
org.openstreetmap.josm.io.ChangesetClosedException.Source
-
Packages that use ChangesetClosedException.Source Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of ChangesetClosedException.Source in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as ChangesetClosedException.Source Modifier and Type Field Description private ChangesetClosedException.Source
ChangesetClosedException. source
the sourceMethods in org.openstreetmap.josm.io that return ChangesetClosedException.Source Modifier and Type Method Description ChangesetClosedException.Source
ChangesetClosedException. getSource()
Replies the source where the exception was thrownstatic ChangesetClosedException.Source
ChangesetClosedException.Source. valueOf(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 Modifier and Type Method Description void
ChangesetClosedException. setSource(ChangesetClosedException.Source source)
Sets the source where the exception was thrownConstructors in org.openstreetmap.josm.io with parameters of type ChangesetClosedException.Source Constructor Description ChangesetClosedException(long changesetId, Instant closedOn, ChangesetClosedException.Source source)
Creates the exceptionChangesetClosedException(String errorHeader, ChangesetClosedException.Source source)
Creates the exception with the given error header and source.ChangesetClosedException(String errorHeader, ChangesetClosedException.Source source, Throwable cause)
Creates the exception with the given error header, source and cause.
-