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

com.crabshue.commons.json.jsonpath.exceptions.JsonPathErrorContext Maven / Gradle / Ivy

The newest version!
package com.crabshue.commons.json.jsonpath.exceptions;

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

public enum JsonPathErrorContext implements ErrorContext {

    JSON_URL, JSON, JSON_PATH, JSON_FILE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy