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

org.jcodec.containers.mkv.EBMLException Maven / Gradle / Ivy

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

/**
 * This class is part of JCodec ( www.jcodec.org )
 * This software is distributed under FreeBSD License
 * 
 * Usually thrown when malformed EBML code is encountered.
 * 
 * Based on work by Matroska.org and written by
 * John Cannon (c) 2002 
 * Jory Stone  (c) 2004 
 *
 * @author George Gardiner 
 *
 */

public class EBMLException extends Exception
{	
	public EBMLException(String msg)
	{
		super(msg);
	}	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy