Class InvalidBagitFileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.knaw.dans.bagit.exceptions.InvalidBagitFileFormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidBagMetadataException

public class InvalidBagitFileFormatException extends Exception
Class to represent an error when a specific bag file does not conform to its bagit specfication format
See Also:
  • Field Details

  • Constructor Details

    • InvalidBagitFileFormatException

      public InvalidBagitFileFormatException(String message)
    • InvalidBagitFileFormatException

      public InvalidBagitFileFormatException(String message, Exception e)