Class MissingBagitFileException

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

public class MissingBagitFileException extends Exception
The bagit.txt file is a required file. This class represents the error if that file is not present.
See Also:
  • Field Details

  • Constructor Details

    • MissingBagitFileException

      public MissingBagitFileException(String message)