
com.crabshue.commons.json.jsonpath.exceptions.JsonPathErrorContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-json Show documentation
Show all versions of commons-json Show documentation
Library for JSON objects handling.
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