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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
format
private static long
serialVersionUID
-
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()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
format
private final java.lang.String format
-
-