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

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

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

public class ZthesSerializationException extends Exception {
	
	/**
	 * 
	 */
	private static final long serialVersionUID = 6015086539225428409L;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy