Class InvalidBagMetadataException

All Implemented Interfaces:
Serializable

public class InvalidBagMetadataException extends InvalidBagitFileFormatException
Class to represent an error when the bag metadata file does not conform to the bagit spec, namely:
<KEY>:<VALUE>
or
<KEY>:<VALUE>
    <VALUE CONTINUED>
See Also:
  • Field Details

  • Constructor Details

    • InvalidBagMetadataException

      public InvalidBagMetadataException(String message)