org.geotools.data.shapefile.dbf
Class DbaseFileException

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.dbf.DbaseFileException
All Implemented Interfaces:
java.io.Serializable

public class DbaseFileException
extends DataSourceException

Thrown when an error relating to the shapefile occurs.

See Also:
Serialized Form

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

DbaseFileException

public DbaseFileException(java.lang.String s)

DbaseFileException

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


Copyright © GeoTools. All Rights Reserved.