Package org.geotools.data.shapefile
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShapefileSizeException(String message)
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ShapefileSizeException
public ShapefileSizeException(String message)
-
-