Class ArchiveCommand.UnsupportedFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.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:
  • Field Details

  • Constructor Details

    • UnsupportedFormatException

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

    • getFormat

      public String getFormat()
      Returns:
      the problematic format name