javax.media
Class IncompatibleTimeBaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.media.MediaException
                    |
                    +--javax.media.IncompatibleTimeBaseException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleTimeBaseException
extends MediaException

An IncompatibleTimeBaseException is generated when Clock.setTimeBase is invoked using a TimeBase that the Clock cannot support. This happens for certain types of Players that can only be driven by their own internal clocks, such as certain commercial video servers.

Note: A Player might throw this exception when addController is called because of the implied setTimeBase in addController.

Version:
1.2, 02/08/21.
See Also:
Clock, Player, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
IncompatibleTimeBaseException()
           
IncompatibleTimeBaseException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleTimeBaseException

public IncompatibleTimeBaseException()

IncompatibleTimeBaseException

public IncompatibleTimeBaseException(java.lang.String reason)