org.geotools.data.shapefile.shp
Class ShapefileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.geotools.data.DataSourceException
                  extended by org.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)
           
 
Method Summary
 
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 © 1996-2010 Geotools. All Rights Reserved.