Uses of Interface
org.apache.sis.util.LocalizedException
Packages that use LocalizedException
Package
Description
Defines the structure and content of views of real-world phenomenon.
A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
Root package for various metadata implementations.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of LocalizedException in org.apache.sis.feature
Classes in org.apache.sis.feature that implement LocalizedExceptionModifier and TypeClassDescription(package private) final classThrown when a property value cannot be computed.(package private) final classThrown when a feature fails at least one conformance test. -
Uses of LocalizedException in org.apache.sis.internal.util
Classes in org.apache.sis.internal.util that implement LocalizedExceptionModifier and TypeClassDescriptionfinal classAParseExceptionin whichLocalizedParseException.getLocalizedMessage()returns the message in the parser locale. -
Uses of LocalizedException in org.apache.sis.io.wkt
Classes in org.apache.sis.io.wkt that implement LocalizedExceptionModifier and TypeClassDescriptionclassThrown when a Well Known Text (WKT) cannot be parsed. -
Uses of LocalizedException in org.apache.sis.metadata
Classes in org.apache.sis.metadata that implement LocalizedExceptionModifier and TypeClassDescription(package private) final classThrown when aMetadataVisitor.visit(Class, Object)method failed. -
Uses of LocalizedException in org.apache.sis.storage
Classes in org.apache.sis.storage that implement LocalizedExceptionModifier and TypeClassDescriptionclassThrown when an unrecoverable error occurred during the probing of a file.classThrown when an operation cannot be performed while a read operation is in progress.classThrown when an operation cannot be performed while a write operation is in progress.classThrown when a data store is closed and can no more return data.classThrown when a store cannot be read because the stream contains invalid data.classThrown when aDataStorecannot complete a read or write operation.classThrown when a data store failed to construct the coordinate reference system (CRS) or other positioning information.classThrown when an operation would require to move the cursor back, but the underlying storage does not allow that.classThrown when a store cannot write the given feature because its type is not one of the supported types.classThrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.classThrown when aDataStorecannot be opened because of invalid parameters.classThrown when a write operation cannot be performed because the resource to write is incompatible with the data store.classThrown when an internal error occurred in aDataStoreimplementation.classThrown when requested data are not found in the data store.classThrown when aDataStorecannot perform a write operation.classThrown when a write operation cannot be performed because it would cause the replacement of an existing resource.classThrown when a storage uses some encoding options not supported by current implementation.classThrown when a resources cannot be filtered with a given query.classThrown when noDataStoreProvideris found for a given storage object.