Package 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
Signals that no index was found in the Directory. Possibly because the directory is empty,
however can also indicate an index corruption.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates IndexFileNotFoundException with the description message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexNotFoundException
Creates IndexFileNotFoundException with the description message.
-