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

org.jcodec.api.NotImplementedException Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
package org.jcodec.api;

public class NotImplementedException extends RuntimeException {

	public NotImplementedException(String string) {
		super(string);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy