com.crabshue.commons.xpath.exceptions.XPathErrorContext Maven / Gradle / Ivy
package com.crabshue.commons.xpath.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} for XPath operations.
*
* @author vinh
*/
public enum XPathErrorContext implements ErrorContext {
VARIABLES,
VARIABLE_NAME,
LIST,
XPATH
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy