Uses of Class
javax.media.MediaException

Packages that use MediaException
javax.media   
javax.media.format   
 

Uses of MediaException in javax.media
 

Subclasses of MediaException in javax.media
 class BadHeaderException
          A BadHeaderException is thrown by a Demultiplexer when getTracks is invoked and the header information is incomplete or inconsistent.
 class CannotRealizeException
          A CannotRealizeException is thrown when Manager cannot realize a Player or Processor via the createRealizedPlayer and createRealizedProcessor calls.
 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 NoDataSinkException
          A NoDataSinkException is thrown when Manager can't find a DataSink for a particular MediaLocator and DataSource.
 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 Manager can't find a Player for a particular URL or MediaLocator.
 class NoProcessorException
          A NoProcessorException is thrown when Manager can't find a Processor for a particular URL, MediaLocator or ProcessorModel.
 class ResourceUnavailableException
          ResourceUnavailableException is thrown if a class couldn't could allocate the required resources for an operation.
 class UnsupportedPlugInException
          An UnsupportedPlugInException is thrown by a TrackControl if a PlugIn cannot be set on the Processor.
 

Uses of MediaException in javax.media.format
 

Subclasses of MediaException in javax.media.format
 class UnsupportedFormatException
          An UnsupportedFormatException is thrown when a format change request fails because the requested Format is not supported.