Package net.lingala.zip4j.exception
Interface ZipExceptionConstants
-
public interface ZipExceptionConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intconstuctorFileNotFoundExceptionstatic intinputZipParamIsNullstatic intnotZipFilestatic intrandomAccessFileNullstatic intWRONG_PASSWORD
-
-
-
Field Detail
-
inputZipParamIsNull
static final int inputZipParamIsNull
- See Also:
- Constant Field Values
-
constuctorFileNotFoundException
static final int constuctorFileNotFoundException
- See Also:
- Constant Field Values
-
randomAccessFileNull
static final int randomAccessFileNull
- See Also:
- Constant Field Values
-
notZipFile
static final int notZipFile
- See Also:
- Constant Field Values
-
WRONG_PASSWORD
static final int WRONG_PASSWORD
- See Also:
- Constant Field Values
-
-