Package com.groiss.wf.html
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
Exception is thrown in case the total count of entries exceeds the
configured maximum.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyResultsException
public TooManyResultsException(int totalCount)
-
-
Method Details
-
getTotalCount
public int getTotalCount()
-