Module org.eclipse.jgit
Package org.eclipse.jgit.api
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
Signals an attempt to use an archival format that ArchiveCommand
doesn't know about (for example due to a typo).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFormatException
- Parameters:
format
- the problematic format name
-
-
Method Details
-
getFormat
Get the problematic format name- Returns:
- the problematic format name
-