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:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
format
-
-
Constructor Details
-
UnsupportedFormatException
- Parameters:
format
- the problematic format name
-
-
Method Details
-
getFormat
- Returns:
- the problematic format name
-