Class InvalidShapefileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException
-
- org.locationtech.jtstest.testbuilder.io.shapefile.InvalidShapefileException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidShapefileException extends ShapefileException
Thrown when an attempt is made to load a shapefile which contains an error such as an invlaid shape- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidShapefileException(java.lang.String s)
-