| DBaseFileException |
Exception throws by a Shape file reader.
|
| EOFDBaseFileException |
Exception throws by a Shape file reader
when unexpected end-of-file was reached.
|
| InvalidDBaseFieldTerminationException |
Exception throws by a Shape file reader
when the final character of a field was not found.
|
| InvalidDBaseFieldTypeException |
Exception throws by a Shape file reader
when a type of field is unsupported.
|
| InvalidDeletionFlagFormatException |
Exception throws when the deletion flag of a dBase record
is not equals to '*' or ' '.
|
| InvalidRawDataFormatException |
Exception throws when the raw data extracted from the dBase file
does not correspond to a valid type according to the Java
parsing API.
|
| InvalidRecordSizeException |
Exception throws when the size of a record specified inside
the header does not corresponds to the computed one
after reading the header.
|
| MustCallReadHeaderFunctionException |
Exception throws when the one of the read function
of a DBaseFileReader must
be called before the call to the function which
throwed this exception.
|
| MustCallWriteHeaderFunctionException |
Exception throws when the one of the write function
of a DBaseFileWriter must
be called before the call to the function which
throwed this exception.
|
| TooManyDBaseColumnException |
Exception throws when the number of columns
to write in DBase file is too high.
|
| UnsupportedSeekOperationException |
Exception throws by a Shape file reader
when seek operation is not supported.
|