Class MetatdataValueIsNotAcceptableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.knaw.dans.bagit.exceptions.conformance.MetatdataValueIsNotAcceptableException
All Implemented Interfaces:
Serializable

public class MetatdataValueIsNotAcceptableException extends Exception
Class to represent when a metadata's value is not in the acceptable list of values
See Also:
  • Field Details

  • Constructor Details

    • MetatdataValueIsNotAcceptableException

      public MetatdataValueIsNotAcceptableException(String message, String metadataKey, List<String> acceptableValues, String actualValue)