Package org.geotools.shapefile
Class ShapefileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.geotools.shapefile.ShapefileException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidShapefileException
,ShapeTypeNotSupportedException
public class ShapefileException extends Exception
Thrown when an error relating to the shapefile occures- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShapefileException()
ShapefileException(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
-
ShapefileException
public ShapefileException()
-
ShapefileException
public ShapefileException(String s)
-
-