| Exception | Description |
|---|---|
| BagitVersionIsNotAcceptableException |
Class to represent when the bag's version is not in the acceptable list of versions
|
| FetchFileNotAllowedException |
Class to represent when a fetch file is found in a bag but is not allowed according to the bagit profile
|
| MetatdataValueIsNotAcceptableException |
Class to represent when a metadata's value is not in the acceptable list of values
|
| MetatdataValueIsNotRepeatableException |
Class to represent when a metadata's value is not to be repeated
|
| RequiredManifestNotPresentException |
Class to represent when a specific manifest type is not found, such as md5, sha1, etc (payload or tag)
|
| RequiredMetadataFieldNotPresentException |
Class to represent when a specific metadata field is not found
|
| RequiredTagFileNotPresentException |
Class to represent when a specific tag file is not found
|