org.geotools.data.shapefile.index.quadtree
Class StoreException

Object
  extended by Throwable
      extended by Exception
          extended by IOException
              extended by StoreException
All Implemented Interfaces:
Serializable

public class StoreException
extends IOException

DOCUMENT ME!

Author:
Tommaso Nolli
See Also:
Serialized Form

Constructor Summary
StoreException()
           
StoreException(String message)
           
StoreException(String message, Throwable cause)
           
StoreException(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

StoreException

public StoreException()

StoreException

public StoreException(String message)

StoreException

public StoreException(Throwable cause)

StoreException

public StoreException(String message,
                      Throwable cause)


Copyright © 1996-2014 Geotools. All Rights Reserved.