Uses of Class
cloud.opencode.base.collections.exception.OpenCollectionException
Packages that use OpenCollectionException
-
Uses of OpenCollectionException in cloud.opencode.base.collections.exception
Methods in cloud.opencode.base.collections.exception that return OpenCollectionExceptionModifier and TypeMethodDescriptionstatic OpenCollectionExceptionOpenCollectionException.duplicateKey(Object key) Create exception for duplicate key.static OpenCollectionExceptionOpenCollectionException.duplicateValue(Object value) Create exception for duplicate value.static OpenCollectionExceptionOpenCollectionException.elementNotFound(Object element) Create exception for element not found.static OpenCollectionExceptionOpenCollectionException.emptyCollection(String collectionType) Create exception for empty collection.static OpenCollectionExceptionOpenCollectionException.illegalCapacity(int capacity) Create exception for illegal capacity.static OpenCollectionExceptionOpenCollectionException.immutableCollection()Create exception for immutable collection modification.static OpenCollectionExceptionOpenCollectionException.indexOutOfBounds(int index, int size) Create exception for index out of bounds.static OpenCollectionExceptionOpenCollectionException.keyNotFound(Object key) Create exception for key not found.static OpenCollectionExceptionOpenCollectionException.multipleElementsFound(int count) Create exception for multiple elements found when expecting one.static OpenCollectionExceptionOpenCollectionException.negativeSize(int size) Create exception for negative size.static OpenCollectionExceptionOpenCollectionException.nullElement()Create exception for null element.static OpenCollectionExceptionOpenCollectionException.nullKey()Create exception for null key.static OpenCollectionExceptionOpenCollectionException.nullValue()Create exception for null value.static OpenCollectionExceptionOpenCollectionException.unsupportedOperation(String operation) Create exception for unsupported operation.