org.deegree_impl.io.shpapi
Class KeyAlreadyExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.io.shpapi.DBaseIndexException
              extended byorg.deegree_impl.io.shpapi.KeyAlreadyExistException
All Implemented Interfaces:
java.io.Serializable

public class KeyAlreadyExistException
extends DBaseIndexException

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.deegree_impl.io.shpapi.DBaseIndexException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
KeyAlreadyExistException(java.lang.Comparable key, DBaseIndex index)
          Creates a new KeyAlreadyExistException object.
 
Methods inherited from class org.deegree_impl.io.shpapi.DBaseIndexException
getIndex, getKey
 
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

KeyAlreadyExistException

public KeyAlreadyExistException(java.lang.Comparable key,
                                DBaseIndex index)
Creates a new KeyAlreadyExistException object.

Parameters:
key -
index -