All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.crabshue.commons.file.exceptions.FileErrorContext Maven / Gradle / Ivy

The newest version!
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