Package org.geotools.shapefile
Class ShapeTypeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.geotools.shapefile.ShapefileException
-
- org.geotools.shapefile.ShapeTypeNotSupportedException
-
- All Implemented Interfaces:
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(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ShapeTypeNotSupportedException
public ShapeTypeNotSupportedException(String s)
-
-