Class TooManyElementsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pascal.taie.util.collection.TooManyElementsException
All Implemented Interfaces:
Serializable

public class TooManyElementsException extends RuntimeException
Thrown by fixed-capacity collections to indicate that the number of elements added to the collection exceeds its fixed capacity.
See Also:
  • Constructor Details

    • TooManyElementsException

      public TooManyElementsException()
      Constructs a new exception.
    • TooManyElementsException

      public TooManyElementsException(String msg)
      Constructs a new exception.