Uses of Class
org.apache.sis.util.collection.BackingStoreException
-
Packages that use BackingStoreException Package Description org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes.org.apache.sis.util.collection Addition to the collection framework. -
-
Uses of BackingStoreException in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that throw BackingStoreException Modifier and Type Method Description Iterator<T>
IdentifiedObjectSet. iterator()
Returns an iterator over the objects in this set. -
Uses of BackingStoreException in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that throw BackingStoreException Modifier and Type Method Description <E extends Exception>
EBackingStoreException. unwrapOrRethrow(Class<E> type)
Returns the underlying cause as an exception of the given type, or re-throw the exception.
-