Uses of Class
org.apache.sis.util.collection.BackingStoreException
-
Packages that use BackingStoreException Package Description org.apache.sis.util.collection Addition to the collection framework. -
-
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.
-