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

it.uniroma2.art.semanticturkey.zthes.ZthesException Maven / Gradle / Ivy

There is a newer version: 13.1
Show newest version
package it.uniroma2.art.semanticturkey.zthes;

public class ZthesException extends Exception {

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

	public ZthesException(){
		super();
	}
	
	public ZthesException(String msg){
		super(msg);
	}

	public ZthesException(Throwable e){
		super(e);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy