Class ShapeTypeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException
-
- org.locationtech.jtstest.testbuilder.io.shapefile.ShapeTypeNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ShapeTypeNotSupportedException extends ShapefileException
Thrown when an attempt is made to load a shapefile which contains a shape type that is not supported by the loader- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShapeTypeNotSupportedException(java.lang.String s)
-