javax.media
Class IncompatibleTimeBaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.media.MediaException
javax.media.IncompatibleTimeBaseException
- All Implemented Interfaces:
- 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.9, 97/08/23.
- See Also:
Clock,
Player,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatibleTimeBaseException
public IncompatibleTimeBaseException()
IncompatibleTimeBaseException
public IncompatibleTimeBaseException(String reason)
Copyright © 2011. All Rights Reserved.