org.ocap.shared.media.TimeOutOfRangeException Maven / Gradle / Ivy
The 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(){}
}