Class ConsistencyCheckError


  • public abstract class ConsistencyCheckError
    extends Object
    Common base class for errors detected during the consistency check.
    • Field Detail

      • message

        protected final String message
        Diagnostic message for this error.
      • id

        protected final NodeId id
        The id of the affected node.
    • Method Detail

      • toString

        public String toString()
        Returns the diagnostic message.
        Overrides:
        toString in class Object
        Returns:
        the diagnostic message.
      • repairable

        public abstract boolean repairable()
        Returns true if this error can be repaired.
        Returns:
        true if this error can be repaired.