Package | Description |
---|---|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
private ChangesetClosedException.Source |
ChangesetClosedException.source
the source
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangesetClosedException.setSource(ChangesetClosedException.Source source) |
Constructor and Description |
---|
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 source.
|
ChangesetClosedException(java.lang.String errorHeader,
ChangesetClosedException.Source source,
java.lang.Throwable cause)
Creates the exception with the given error header, source and cause.
|