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

com.crabshue.commons.xml.exceptions.XmlErrorContext Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
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,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy