org.deegree_impl.io.shpapi
Class DBaseIndexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.io.shpapi.DBaseIndexException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidKeyTypeException, KeyAlreadyExistException, KeyNotFoundException, KeyTooLongException

public abstract class DBaseIndexException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  DBaseIndex index
           
private  java.lang.Comparable key
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DBaseIndexException(java.lang.String error, java.lang.Comparable key, DBaseIndex index)
           
 
Method Summary
 DBaseIndex getIndex()
           
 java.lang.Comparable 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
 

Field Detail

key

private java.lang.Comparable key

index

private DBaseIndex index
Constructor Detail

DBaseIndexException

public DBaseIndexException(java.lang.String error,
                           java.lang.Comparable key,
                           DBaseIndex index)
Method Detail

getKey

public java.lang.Comparable getKey()

getIndex

public DBaseIndex getIndex()