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

com.github.fluentxml4j.FluentXmlProcessingException Maven / Gradle / Ivy

package com.github.fluentxml4j;

public class FluentXmlProcessingException extends RuntimeException
{
	private static final long serialVersionUID = 0xBADC0DEDL;

	public FluentXmlProcessingException(String message, Throwable cause)
	{
		super(message, cause);
	}

	public FluentXmlProcessingException(String message)
	{
		super(message);
	}

	public FluentXmlProcessingException(Throwable cause)
	{
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy