Class UnparsableVersionException

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

public class UnparsableVersionException extends Exception
If the version string in the bagit.txt file was not in the form <MAJOR>.<MINOR>
See Also:
  • Field Details

  • Constructor Details

    • UnparsableVersionException

      public UnparsableVersionException(String message, String version)