class |
ConcurrentReadException |
Thrown when an operation can not be performed while a read operation is in progress.
|
class |
ConcurrentWriteException |
Thrown when an operation can not be performed while a write operation is in progress.
|
class |
DataStoreClosedException |
Thrown when a data store is closed and can no more return data.
|
class |
DataStoreContentException |
Thrown when a store can not be read because the stream contains invalid data.
|
class |
DataStoreException |
Thrown when a DataStore can not complete a read or write operation.
|
class |
DataStoreReferencingException |
Thrown when a data store failed to construct the coordinate reference system (CRS)
or other positioning information.
|
class |
ForwardOnlyStorageException |
Thrown when an operation would require to move the cursor back, but the underlying storage does not allow that.
|
class |
IllegalFeatureTypeException |
Thrown when a store can not write the given feature because its type is not one of the supported types.
|
class |
IllegalNameException |
Thrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.
|
class |
IllegalOpenParameterException |
Thrown when a DataStore can not be opened because of invalid parameters.
|
class |
InternalDataStoreException |
Thrown when an internal error occurred in a DataStore implementation.
|
class |
ReadOnlyStorageException |
Thrown when a DataStore can not perform a write operations.
|
class |
UnsupportedQueryException |
Thrown when a resources can not be filtered with a given query.
|
class |
UnsupportedStorageException |
|