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

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

There is a newer version: 1.1.0
Show newest version
package com.crabshue.commons.file.nio.exceptions;

import com.crabshue.commons.exceptions.context.ErrorContext;

/**
 *
 */
public enum FileErrorContext implements ErrorContext {

    FILE,

    FOLDER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy