Package org.geotools.data.shapefile
Class ShapefileSizeException
Object
Throwable
Exception
IOException
ShapefileSizeException
- All Implemented Interfaces:
Serializable
Exception thrown by the writer when the maximum size of the shapefile or dbf is reached. If the client has a direct
reference to the feature writer the exception is recoverable, the writer can be safely closed and both shp and dbf
files are currently written will be within the specified size limits
- Author:
- Andrea Aime - GeoSolutions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShapefileSizeException
-