public class ZipException extends Exception
Constructor and Description |
---|
ZipException() |
ZipException(String msg) |
ZipException(String msg,
int code) |
ZipException(String message,
Throwable cause) |
ZipException(String message,
Throwable cause,
int code) |
ZipException(Throwable cause) |
ZipException(Throwable cause,
int code) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013. All rights reserved.