Uses of Class
org.apache.sis.util.collection.BackingStoreException
Packages that use BackingStoreException
Package
Description
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Addition to the collection framework.
-
Uses of BackingStoreException in org.apache.sis.internal.storage.xml.stream
Methods in org.apache.sis.internal.storage.xml.stream that throw BackingStoreExceptionModifier and TypeMethodDescriptionvoidStaxStreamWriter.accept(AbstractFeature feature) Delegates towrite(Feature), wrappingExceptioninto uncheckedBackingStoreException.final voidStaxStreamReader.run()InvokesStaxStreamReader.close()and wraps checked exceptions in aBackingStoreException.abstract booleanStaxStreamReader.tryAdvance(Consumer<? super AbstractFeature> action) Performs the given action on the next feature instance, or returnsnullif there are no more features to parse. -
Uses of BackingStoreException in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that throw BackingStoreException -
Uses of BackingStoreException in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that throw BackingStoreExceptionModifier and TypeMethodDescription<E extends Exception>
EBackingStoreException.unwrapOrRethrow(Class<E> type) Returns the underlying cause as an exception of the given type, or re-throw the exception.