Class ConsistencyCheckError
- java.lang.Object
-
- org.apache.jackrabbit.core.query.lucene.ConsistencyCheckError
-
public abstract class ConsistencyCheckError extends Object
Common base class for errors detected during the consistency check.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
repairable()
Returnstrue
if this error can be repaired.String
toString()
Returns the diagnostic message.
-