org.geotools.data.shapefile.dbf
Class DbaseFileException

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

public class DbaseFileException
extends DataSourceException

Thrown when an error relating to the shapefile occurs.

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

Constructor Summary
DbaseFileException(String s)
           
DbaseFileException(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

DbaseFileException

public DbaseFileException(String s)

DbaseFileException

public DbaseFileException(String s,
                          Throwable cause)


Copyright © 1996-2009 Geotools. All Rights Reserved.