com.crabshue.commons.xml.exceptions.XmlErrorContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-xml Show documentation
Show all versions of commons-xml Show documentation
Library for XML documents operations.
package com.crabshue.commons.xml.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} for XML operations.
*
*/
public enum XmlErrorContext implements ErrorContext {
XML_FILE,
URL,
LINES,
XML,
}