Class RequiredMetadataFieldNotPresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.knaw.dans.bagit.exceptions.conformance.RequiredMetadataFieldNotPresentException
- All Implemented Interfaces:
Serializable
Class to represent when a specific metadata field is not found
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRequiredMetadataFieldNotPresentException
(String message, String bagInfoEntryRequirementKey) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RequiredMetadataFieldNotPresentException
-