Class ArchiveCommand.UnsupportedFormatException

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String format  
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • format

        private final java.lang.String format
    • Constructor Detail

      • UnsupportedFormatException

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

      • getFormat

        public java.lang.String getFormat()
        Returns:
        the problematic format name