org.ocap.shared.media
Class TimeOutOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ocap.shared.media.TimeOutOfRangeException
All Implemented Interfaces:
java.io.Serializable

public class TimeOutOfRangeException
extends java.lang.Exception

This exception is returned when a time or media time is outside the valid range for a particular time line.

See Also:
Serialized Form

Constructor Summary
TimeOutOfRangeException()
          Constructs a TimeOutOfRangeException with no detail message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeOutOfRangeException

public TimeOutOfRangeException()
Constructs a TimeOutOfRangeException with no detail message