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

marvin.video.MarvinVideoInterfaceException Maven / Gradle / Ivy

The newest version!
/**
Marvin Project <2007-2013>
http://www.marvinproject.org

License information:
http://marvinproject.sourceforge.net/en/license.html

Discussion group:
https://groups.google.com/forum/#!forum/marvin-project
*/

package marvin.video;

public class MarvinVideoInterfaceException extends Exception{

	public MarvinVideoInterfaceException(String message, Throwable e){
		super(message, e);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy