Uses of Interface
org.apache.sis.util.LocalizedException
Packages that use LocalizedException
Package
Description
Well Known Text (WKT) parsing and formatting.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
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.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.