org.geotools.data.shapefile.dbf
Class DbaseFileException

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.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)
           
 
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

DbaseFileException

public DbaseFileException(java.lang.String s)

DbaseFileException

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


Copyright © 1996-2010 Geotools. All Rights Reserved.