Class BoundingBoxDownloader.MoreNotesException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int limit
      The download limit sent to the server.
      java.util.List<Note> notes
      The downloaded notes
    • Constructor Summary

      Constructors 
      Constructor Description
      MoreNotesException​(java.util.List<Note> notes, int limit)
      Constructs a MoreNotesException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • notes

        public final transient java.util.List<Note> notes
        The downloaded notes
      • limit

        public final int limit
        The download limit sent to the server.
    • Constructor Detail

      • MoreNotesException

        public MoreNotesException​(java.util.List<Note> notes,
                                  int limit)
        Constructs a MoreNotesException.
        Parameters:
        notes - downloaded notes
        limit - download limit sent to the server