Uses of Class
javax.media.MediaError

Packages that use MediaError
javax.media   
 

Uses of MediaError in javax.media
 

Subclasses of MediaError in javax.media
 class ClockStartedError
          ClockStartedError is thrown by a Started Clock when a method is invoked that is not legal on a Clock in the Started state.
 class NotConfiguredError
          A NotConfiguredError is thrown when a method that requires a Processor to be in the Configured state is called and the Processor has not yet been Configured.
 class NotPrefetchedError
          NotPrefetchedError is thrown when a method that requires a Controller to be in the Prefetched state is called and the Controller has not been Prefetched.
 class NotRealizedError
          NotRealizedError is thrown when a method that requires a Controller to be in the Realized state is called and the Controller is not Realized.
 class StopTimeSetError
          StopTimeSetError is thrown when the stop time has been set on a Started Clock and setStopTime is invoked again.