Uses of Class
org.jboss.util.collection.CollectionException
-
Packages that use CollectionException Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of CollectionException in org.jboss.util.collection
Subclasses of CollectionException in org.jboss.util.collection Modifier and Type Class Description class
EmptyCollectionException
Thrown to indicate that an operation can not be performed on an empty collection.class
FullCollectionException
Thrown to indicate that an operation can not be performed on a full collection.
-