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 class
Thrown when a property value cannot be computed.(package private) final class
Thrown 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 class
AParseException
in 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 TypeClassDescriptionclass
Thrown 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 class
Thrown 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 TypeClassDescriptionclass
Thrown when an unrecoverable error occurred during the probing of a file.class
Thrown when an operation cannot be performed while a read operation is in progress.class
Thrown when an operation cannot be performed while a write operation is in progress.class
Thrown when a data store is closed and can no more return data.class
Thrown when a store cannot be read because the stream contains invalid data.class
Thrown when aDataStore
cannot complete a read or write operation.class
Thrown when a data store failed to construct the coordinate reference system (CRS) or other positioning information.class
Thrown when an operation would require to move the cursor back, but the underlying storage does not allow that.class
Thrown when a store cannot write the given feature because its type is not one of the supported types.class
Thrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.class
Thrown when aDataStore
cannot be opened because of invalid parameters.class
Thrown when a write operation cannot be performed because the resource to write is incompatible with the data store.class
Thrown when an internal error occurred in aDataStore
implementation.class
Thrown when requested data are not found in the data store.class
Thrown when aDataStore
cannot perform a write operation.class
Thrown when a write operation cannot be performed because it would cause the replacement of an existing resource.class
Thrown when a storage uses some encoding options not supported by current implementation.class
Thrown when a resources cannot be filtered with a given query.class
Thrown when noDataStoreProvider
is found for a given storage object.