com.crabshue.commons.file.exceptions.FileErrorContext Maven / Gradle / Ivy
package com.crabshue.commons.file.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} related to file operations.
*/
public enum FileErrorContext implements ErrorContext {
FILENAME,
FILE,
FOLDER
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy