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 booleanrepairable()Returnstrueif this error can be repaired.StringtoString()Returns the diagnostic message.
-