com.crabshue.commons.compress.exceptions.CompressErrorContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-compress Show documentation
Show all versions of commons-compress Show documentation
Library for handling compressed archive files.
The newest version!
package com.crabshue.commons.compress.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} for compressed archives operations.
*
*/
public enum CompressErrorContext implements ErrorContext {
ZIP_FILE
}