com.crabshue.commons.file.nio.exceptions.FileErrorContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-nio-file Show documentation
Show all versions of commons-nio-file Show documentation
Library for file system operations (using java.nio.file).
package com.crabshue.commons.file.nio.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
*
*/
public enum FileErrorContext implements ErrorContext {
FILE,
FOLDER
}