public class PackInvalidException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PackInvalidException(java.io.File path)
Construct a pack invalid error.
|
PackInvalidException(java.lang.String path)
Construct a pack invalid error.
|
private static final long serialVersionUID
public PackInvalidException(java.io.File path)
path - path of the invalid pack file.public PackInvalidException(java.lang.String path)
path - path of the invalid pack file.