Class ExceededTraversedItemsLimitException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2005",
                forRemoval=true)
    public class ExceededTraversedItemsLimitException
    extends java.lang.RuntimeException
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 2005, no longer thrown - tree accepts all nodes after hitting the limit instead of throwing exception
    Throws to indicate that a number of the traversed items exceeded the maximum supported value.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceededTraversedItemsLimitException​(int limit)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • 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
    • Constructor Detail

      • ExceededTraversedItemsLimitException

        public ExceededTraversedItemsLimitException​(int limit)
        Deprecated, for removal: This API element is subject to removal in a future version.