com.crabshue.commons.file.exceptions.FileErrorContext Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of commons-file Show documentation
                Show all versions of commons-file Show documentation
Library for file system operations.
                
             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