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

org.daisy.common.transform.TransformerException Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.daisy.common.transform;

/**
 * Unchecked version of javax.xml.transform.TransformerException
 */
@SuppressWarnings("serial")
public class TransformerException extends RuntimeException {
	
	public TransformerException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy