| Package | Description |
|---|---|
| net.lingala.zip4j.exception |
| Modifier and Type | Method and Description |
|---|---|
ZipException.Type |
ZipException.getType() |
static ZipException.Type |
ZipException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZipException.Type[] |
ZipException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ZipException(String message,
Throwable throwable,
ZipException.Type type) |
ZipException(String message,
ZipException.Type type) |
Copyright © 2021. All rights reserved.