public class ZipException extends IOException
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipException.Type |
| Constructor and Description |
|---|
ZipException(Exception rootException) |
ZipException(String message) |
ZipException(String message,
Exception rootException) |
ZipException(String message,
Throwable throwable,
ZipException.Type type) |
ZipException(String message,
ZipException.Type type) |
| Modifier and Type | Method and Description |
|---|---|
ZipException.Type |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ZipException(String message)
public ZipException(Exception rootException)
public ZipException(String message, ZipException.Type type)
public ZipException(String message, Throwable throwable, ZipException.Type type)
public ZipException.Type getType()
Copyright © 2021. All rights reserved.