org.apache.lucene.index
Class IndexNotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.io.IOException
              
java.io.FileNotFoundException
                  
org.apache.lucene.index.IndexNotFoundException
- All Implemented Interfaces: 
 - Serializable
 
public final class IndexNotFoundException
- extends FileNotFoundException
 
Signals that no index was found in the Directory. Possibly because the
 directory is empty, however can also indicate an index corruption.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
IndexNotFoundException
public IndexNotFoundException(String msg)
Copyright © 2000-2011 Apache Software Foundation.  All Rights Reserved.