Class ArchiveCommand.UnsupportedFormatException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ArchiveCommand

    public static class ArchiveCommand.UnsupportedFormatException
    extends GitAPIException
    Signals an attempt to use an archival format that ArchiveCommand doesn't know about (for example due to a typo).
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedFormatException

        public UnsupportedFormatException​(String format)
        Parameters:
        format - the problematic format name
    • Method Detail

      • getFormat

        public String getFormat()
        Returns:
        the problematic format name