org.geotools.data.shapefile.shp
Class ShapefileException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by DataSourceException
                  extended by ShapefileException
All Implemented Interfaces:
Serializable

public class ShapefileException
extends DataSourceException

Thrown when an error relating to the shapefile occures

See Also:
Serialized Form
Module:
modules/plugin/shapefile (gt-shapefile.jar)

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

Constructor Detail

ShapefileException

public ShapefileException(String s)

ShapefileException

public ShapefileException(String s,
                          Throwable cause)


Copyright © 1996-2009 Geotools. All Rights Reserved.