Class IndexDocumentException

All Implemented Interfaces:
Serializable

public class IndexDocumentException extends IndexCheckException
Exception thrown when index document check fails.
See Also:
  • Constructor Details

    • IndexDocumentException

      public IndexDocumentException(String s, Path path)
    • IndexDocumentException

      public IndexDocumentException(String message, Path indexPath, Map<Path,Integer> duplicateFileMap, Set<Path> missingPaths)
  • Method Details