Uses of Class
org.apache.sis.util.collection.BackingStoreException
Packages that use BackingStoreException
Package
Description
Reads and writes data in GPS Exchange Format (GPX).
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Root package for various metadata implementations.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Addition to the collection framework.
-
Uses of BackingStoreException in org.apache.sis.internal.storage.gpx
Methods in org.apache.sis.internal.storage.gpx that throw BackingStoreExceptionModifier and TypeMethodDescriptionvoid
Reader.forEachRemaining
(Consumer<? super AbstractFeature> action) Performs the given action for each remaining element until all elements have been processed.boolean
Reader.tryAdvance
(Consumer<? super AbstractFeature> action) Performs the given action on the next feature instance, or returnsnull
if there are no more features to parse. -
Uses of BackingStoreException in org.apache.sis.internal.storage.xml.stream
Methods in org.apache.sis.internal.storage.xml.stream that throw BackingStoreExceptionModifier and TypeMethodDescriptionvoid
StaxStreamWriter.accept
(AbstractFeature feature) Delegates towrite(Feature)
, wrappingException
into uncheckedBackingStoreException
.final void
StaxStreamReader.run()
InvokesStaxStreamReader.close()
and wraps checked exceptions in aBackingStoreException
.abstract boolean
StaxStreamReader.tryAdvance
(Consumer<? super AbstractFeature> action) Performs the given action on the next feature instance, or returnsnull
if there are no more features to parse. -
Uses of BackingStoreException in org.apache.sis.metadata
Subclasses of BackingStoreException in org.apache.sis.metadataModifier and TypeClassDescription(package private) final class
Thrown when aMetadataVisitor.visit(Class, Object)
method failed.Methods in org.apache.sis.metadata that throw BackingStoreExceptionModifier and TypeMethodDescriptionprivate Boolean
PropertyAccessor.convert
(Method getter, Object metadata, Object oldValue, Object[] newValues, Class<?> elementType, boolean append) Converts a value to the type required by a setter method.(package private) final int
PropertyAccessor.count
(Object metadata, ValueExistencePolicy valuePolicy, int mode) Counts the number of non-null or non-empty properties.boolean
PropertyAccessor.equals
(Object metadata1, Object metadata2, ComparisonMode mode) Compares the two specified metadata objects.(package private) Object
Returns the value for the specified metadata, ornull
if none.private static Object
Gets a value from the specified metadata.(package private) Object
Delegates toPropertyAccessor.get(int, Object)
, then substitutes the value for the properties handled in a special way.(package private) Object
Sets a value for the specified metadata and returns the old value ifmode
isPropertyAccessor.RETURN_PREVIOUS
.private static void
Sets a value for the specified metadata.(package private) Object
Substitutes the value for the properties handled in a special way, then delegates toSpecialCases.set(int, Object, Object, int)
. -
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.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return BackingStoreExceptionModifier and TypeMethodDescriptionprivate BackingStoreException
AuthorityCodes.factoryFailure
(SQLException exception) Invoked when a SQL statement cannot be executed, or the result retrieved. -
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.