public class CorruptMediaFile extends IOException
| Constructor and Description |
|---|
CorruptMediaFile(Path mediaFile,
long expectedSize,
long size) |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpectedSize() |
Path |
getMediaFile() |
long |
getSize() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CorruptMediaFile(Path mediaFile, long expectedSize, long size)
mediaFile - expectedSize - size - public Path getMediaFile()
public long getExpectedSize()
public long getSize()
Copyright © 2017 Eclipse JGit Project. All rights reserved.