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

com.lyncode.xoai.dataprovider.exceptions.XSLTransformationException Maven / Gradle / Ivy

The newest version!
package com.lyncode.xoai.dataprovider.exceptions;

public class XSLTransformationException extends Exception {

	private static final long serialVersionUID = -5482680653773858837L;

	public XSLTransformationException() {
		super();
	}

	public XSLTransformationException(String arg0, Throwable arg1) {
		super(arg0, arg1);
	}

	public XSLTransformationException(String arg0) {
		super(arg0);
	}

	public XSLTransformationException(Throwable arg0) {
		super(arg0);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy