com.groiss.wf.html
Class HTMLUtils.TooManyResultsException

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

public static class HTMLUtils.TooManyResultsException
extends java.lang.Exception

Exception is thrown in case the total count of entries exceeds the configured maximum.

Author:
Sergiy Shyrkov
See Also:
Serialized Form

Constructor Summary
HTMLUtils.TooManyResultsException(int totalCount)
           
 
Method Summary
 int getTotalCount()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLUtils.TooManyResultsException

public HTMLUtils.TooManyResultsException(int totalCount)
Method Detail

getTotalCount

public int getTotalCount()


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.