public class PackInvalidException extends IOException
Constructor and Description |
---|
PackInvalidException(File path)
Construct a pack invalid error.
|
PackInvalidException(String path)
Construct a pack invalid error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PackInvalidException(File path)
path
- path of the invalid pack file.public PackInvalidException(String path)
path
- path of the invalid pack file.Copyright © 2018 Eclipse JGit Project. All rights reserved.