File
Doc
Category
Size
Date
Package
CorruptIndexException.java
API Doc
Apache Lucene 2.2.0
1089
Sat Jun 16 22:20:36 BST 2007
org.apache.lucene.index
CorruptIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
public class CorruptIndexException extends IOException
This exception is thrown when Lucene detects an inconsistency in the index.
Fields Summary
Constructors Summary
public CorruptIndexException
(
String
message)
super(message);
Methods Summary
Java Code Source