Class FileNotInManifestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
nl.knaw.dans.bagit.exceptions.FileNotInManifestException
All Implemented Interfaces:
Serializable

public class FileNotInManifestException extends IOException
Class to represent an error when a file is found in the payload directory but not in any manifest. Opposite to FileNotInPayloadDirectoryException
See Also:
  • Field Details

  • Constructor Details

    • FileNotInManifestException

      public FileNotInManifestException(String message)