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

org.ocap.shared.media.TimeOutOfRangeException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.ocap.shared.media;
/**
 * This exception is returned when a time or media time is outside the 
 * valid range for a particular time line.
 */
public class TimeOutOfRangeException extends java.lang.Exception
{
	/**
	 * Constructs a TimeOutOfRangeException with no detail message
	 */
	public TimeOutOfRangeException(){}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy