public final class

IndexNotFoundException

extends FileNotFoundException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.FileNotFoundException
           ↳ org.apache.lucene.index.IndexNotFoundException

Class Overview

Signals that no index was found in the Directory. Possibly because the directory is empty, however can also indicate an index corruption.

Summary

Public Constructors
IndexNotFoundException(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IndexNotFoundException (String msg)