Uses of Class
javax.media.MediaException

Packages that use MediaException
javax.media   
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
 

Uses of MediaException in javax.media
 

Subclasses of MediaException in javax.media
 class ClockStoppedException
          A ClockStoppedException is thrown when a method that expects the Clock to be Started is called on a Stopped Clock.
 class IncompatibleSourceException
          An IncompatibleSourceException is thrown by a MediaHandler when setSource is invoked and the MediaHandler cannot support the DataSource.
 class IncompatibleTimeBaseException
          An IncompatibleTimeBaseException is generated when Clock.setTimeBase is invoked using a TimeBase that the Clock cannot support.
 class NoDataSourceException
          A NoDataSourceException is thrown when a DataSource can't be found for a particular URL or MediaLocator.
 class NoPlayerException
          A NoPlayerException is thrown when a PlayerFactory can't find a Player for a particular URL or MediaLocator.
 

Uses of MediaException in org.davic.media
 

Subclasses of MediaException in org.davic.media
 class LanguageNotAvailableException
          This exception indicates that a requested language was not available
 class MediaFreezeException
          This exception indicates that either the freeze method or the resume method was unsuccessful.
 



Copyright © 2011. All Rights Reserved.