org.geotools.index
Class TreeException

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

public class TreeException
extends IOException

DOCUMENT ME!

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

Constructor Summary
TreeException()
           
TreeException(String message)
          DOCUMENT ME!
TreeException(String message, Throwable cause)
          DOCUMENT ME!
TreeException(Throwable cause)
          DOCUMENT ME!
 
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

TreeException

public TreeException()

TreeException

public TreeException(String message)
DOCUMENT ME!

Parameters:
message -

TreeException

public TreeException(String message,
                     Throwable cause)
DOCUMENT ME!

Parameters:
message -
cause -

TreeException

public TreeException(Throwable cause)
DOCUMENT ME!

Parameters:
cause -


Copyright © 1996-2010 Geotools. All Rights Reserved.