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 Summary
ConstructorsConstructorDescriptionShapefileMappingException(String message) ShapefileMappingException(String message, Throwable cause) -
Method Summary
Methods inherited from class ch.interlis.iox.IoxException
getLineNumber, getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShapefileMappingException
-
ShapefileMappingException
-