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:
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
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFormatException(java.lang.String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFormat()
-