Class FetchFileNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.jscancella.conformance.exceptions.FetchFileNotAllowedException
All Implemented Interfaces:
Serializable

public class FetchFileNotAllowedException extends Exception
Class to represent when a fetch file is found in a bag but is not allowed according to the bagit profile
See Also:
  • Constructor Details

    • FetchFileNotAllowedException

      public FetchFileNotAllowedException(String message, Path rootDir)
      Class to represent when a fetch file is found in a bag but is not allowed according to the bagit profile
      Parameters:
      message - the message to give to the user
      rootDir - the bag root directory