Class ShapefileMappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.interlis.iox.IoxException
ch.so.agi.gretl.internal.shapefile.ShapefileMappingException
All Implemented Interfaces:
Serializable

public class ShapefileMappingException extends ch.interlis.iox.IoxException
Signals an error while reading, writing or mapping a Shapefile dataset.

This is the shared, checked error type for the whole ch.so.agi.gretl.internal.shapefile package and its sub-packages. It extends IoxException so it integrates cleanly with the IOX reader/writer flow used by the generic transformation engine.

Messages should be precise and actionable and follow the SHP input '<id>': ... / SHP output '<id>': ... style described in the Shapefile specification.

See Also:
  • Constructor Details

    • ShapefileMappingException

      public ShapefileMappingException(String message)
    • ShapefileMappingException

      public ShapefileMappingException(String message, Throwable cause)