Class MissingBagitFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.jscancella.exceptions.MissingBagitFileException
All Implemented Interfaces:
Serializable

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

    • MissingBagitFileException

      public MissingBagitFileException(String message)
      The bagit.txt file is a required file. This class represents the error if that file is not present.
      Parameters:
      message - error message for the user