net.lingala.zip4j.exception
Interface ZipExceptionConstants


public interface ZipExceptionConstants


Field Summary
static int constuctorFileNotFoundException
           
static int inputZipParamIsNull
           
static int notZipFile
           
static int randomAccessFileNull
           
static int WRONG_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


Copyright © 2012. All Rights Reserved.