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

org.exparity.data.xml.TransformerConfigurationError Maven / Gradle / Ivy

The newest version!
/*
 * 
 */

package org.exparity.data.xml;

/**
 * @author Stewart Bissett
 */
public class TransformerConfigurationError extends Error {

    private static final long serialVersionUID = 1L;

    public TransformerConfigurationError(final Exception e) {
        super(e);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy