Package pascal.taie.util.collection
Class TooManyElementsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pascal.taie.util.collection.TooManyElementsException
- All Implemented Interfaces:
Serializable
Thrown by fixed-capacity collections to indicate that the number of
elements added to the collection exceeds its fixed capacity.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new exception.Constructs a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyElementsException
public TooManyElementsException()Constructs a new exception. -
TooManyElementsException
Constructs a new exception.
-