![JAR search and dependency download from the Maven repository](/logo.png)
org.jcodec.codecs.mjpeg.tools.AssertionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcodec Show documentation
Show all versions of jcodec Show documentation
Pure Java implementation of video/audio codecs and formats
package org.jcodec.codecs.mjpeg.tools;
public class AssertionException extends RuntimeException {
public AssertionException(String string) {
super(string);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy