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:
Serializable
- Enclosing class:
- BoundingBoxDownloader
public static class BoundingBoxDownloader.MoreNotesException extends 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(List<Note> notes, int limit)
Constructs aMoreNotesException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MoreNotesException
public MoreNotesException(List<Note> notes, int limit)
Constructs aMoreNotesException
.- Parameters:
notes
- downloaded noteslimit
- download limit sent to the server
-
-