Class 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
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ShapefileSizeException

        public ShapefileSizeException​(String message)