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

net.sf.juffrou.xml.error.NoImplementationClassException Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
package net.sf.juffrou.xml.error;

public class NoImplementationClassException extends JuffrouXmlException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 7187018718483353884L;

	public NoImplementationClassException() {
		super();
	}

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy