com.iver.cit.gvsig.fmap.rendering.indexes
Class IndexNotExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.rendering.indexes.IndexNotExistsException
All Implemented Interfaces:
java.io.Serializable

public class IndexNotExistsException
extends java.lang.Exception

Si se intenta realizar una operación sobre los índices y el índice no está creado

See Also:
Serialized Form

Constructor Summary
IndexNotExistsException()
           
 
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

IndexNotExistsException

public IndexNotExistsException()