Class InvalidBagitFileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.jscancella.exceptions.InvalidBagitFileFormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidBagMetadataException

public class InvalidBagitFileFormatException extends RuntimeException
Class to represent an error when a specific bag file does not conform to its bagit specfication format
See Also:
  • Constructor Details

    • InvalidBagitFileFormatException

      public InvalidBagitFileFormatException(String message)
      Class to represent an error when a specific bag file does not conform to its bagit specfication format
      Parameters:
      message - error message for the user
    • InvalidBagitFileFormatException

      public InvalidBagitFileFormatException(String message, Exception exception)
      Class to represent an error when a specific bag file does not conform to its bagit specfication format
      Parameters:
      message - error message for the user
      exception - the exception that occurred