Class HTMLUtils.TooManyResultsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.groiss.wf.html.HTMLUtils.TooManyResultsException
All Implemented Interfaces:
Serializable
Enclosing class:
HTMLUtils

public static class HTMLUtils.TooManyResultsException extends RuntimeException
Exception is thrown in case the total count of entries exceeds the configured maximum.
See Also:
  • Constructor Details

    • TooManyResultsException

      public TooManyResultsException(int totalCount)
  • Method Details

    • getTotalCount

      public int getTotalCount()