Uploaded image for project: 'ZK Pivottable'
  1. ZK Pivottable
  2. ZKPVT-3

PagingInfo constructor shall provide information about IllegalArgumentException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • None
    • None

      public PagingInfo(int start, int limit, int dataSize) {

      if(start < 0 || dataSize < 1)
      throw new IllegalArgumentException();

      Shall add message.

            SimonPai SimonPai
            SimonPai SimonPai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: