org.geotools.data.shapefile.shp
Class ShapefileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.geotools.data.DataSourceException
                  extended byorg.geotools.data.shapefile.shp.ShapefileException
All Implemented Interfaces:
java.io.Serializable

public class ShapefileException
extends DataSourceException

Thrown when an error relating to the shapefile occures

See Also:
Serialized Form

Constructor Summary
ShapefileException(java.lang.String s)
           
ShapefileException(java.lang.String s, java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShapefileException

public ShapefileException(java.lang.String s)

ShapefileException

public ShapefileException(java.lang.String s,
                          java.lang.Throwable cause)


Copyright © GeoTools. All Rights Reserved.