Class ShapefileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidShapefileException
,ShapeTypeNotSupportedException
public class ShapefileException extends java.lang.Exception
Thrown when an error relating to the shapefile occures- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShapefileException()
ShapefileException(java.lang.String s)
-