Package org.openstreetmap.josm.io
Class BoundingBoxDownloader.MoreNotesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstreetmap.josm.io.BoundingBoxDownloader.MoreNotesException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BoundingBoxDownloader
public static class BoundingBoxDownloader.MoreNotesException extends java.lang.RuntimeException
Indicates that the number of fetched notes equals the specified limit. Thus there might be more notes to download.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MoreNotesException(java.util.List<Note> notes, int limit)
Constructs aMoreNotesException
.
-
-
-
Constructor Detail
-
MoreNotesException
public MoreNotesException(java.util.List<Note> notes, int limit)
Constructs aMoreNotesException
.- Parameters:
notes
- downloaded noteslimit
- download limit sent to the server
-
-