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

com.crabshue.commons.properties.exceptions.PropertiesErrorContext Maven / Gradle / Ivy

package com.crabshue.commons.properties.exceptions;

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

/**
 * {@link ErrorContext} for properties file operations.
 */
public enum PropertiesErrorContext implements ErrorContext {

    LINE,

    KEY,

    REGEX,

    PROPERTIES
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy