Serializable
public class PackInvalidException extends IOException
Constructor | Description |
---|---|
PackInvalidException(File path) |
Construct a pack invalid error.
|
PackInvalidException(String path) |
Construct a pack invalid error.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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. All rights reserved.