|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.query.lucene.ConsistencyCheckError
public abstract class ConsistencyCheckError
Common base class for errors detected during the consistency check.
| Field Summary | |
|---|---|
protected NodeId |
id
The id of the affected node. |
protected String |
message
Diagnostic message for this error. |
| Method Summary | |
|---|---|
abstract boolean |
repairable()
Returns true if this error can be repaired. |
String |
toString()
Returns the diagnostic message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String message
protected final NodeId id
| Method Detail |
|---|
public String toString()
toString in class Objectpublic abstract boolean repairable()
true if this error can be repaired.
true if this error can be repaired.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||