Class ShapefileSizeException

Object
Throwable
Exception
IOException
ShapefileSizeException
All Implemented Interfaces:
Serializable

public class ShapefileSizeException extends IOException
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 Details

    • ShapefileSizeException

      public ShapefileSizeException(String message)