Package org.geotools.shapefile
Class InvalidShapefileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.geotools.shapefile.ShapefileException
-
- org.geotools.shapefile.InvalidShapefileException
-
- All Implemented Interfaces:
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(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
-
InvalidShapefileException
public InvalidShapefileException(String s)
-
-