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

com.crabshue.commons.xslt.exceptions.XsltErrorContext Maven / Gradle / Ivy

package com.crabshue.commons.xslt.exceptions;

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

/**
 * {@link ErrorContext} for XSLT operations.
 *
 */
public enum XsltErrorContext implements ErrorContext {

    XSLT,

    XML,

    OUTPUT,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy