org.iso.mpeg.mpegj.decoder
Class MediaDecoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
                    |
                    +--org.iso.mpeg.mpegj.decoder.MediaDecoderException
Direct Known Subclasses:
DecoderAlreadyAttachedException, DecoderAlreadyRunningException, DecoderNotAttachedException, DecoderNotFoundException, DecoderNotRunningException, InvalidDecoderLevelException, InvalidDecoderModeException, InvalidDecoderPriorityException, InvalidDecoderSpeedException, InvalidDecoderTypeException

public class MediaDecoderException
extends MPEGJException

The class MediaDecoderException is a subclass of MPEGJException and is the parent of all ScenManagerExceptions. This is thrown by the MediaDecoder APIs.

See Also:
Serialized Form

Constructor Summary
MediaDecoderException()
          Constructs an MediaDecoderException with no specified detail message.
MediaDecoderException(java.lang.String s)
          Constructs an MediaDecoderException with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaDecoderException

public MediaDecoderException()
Constructs an MediaDecoderException with no specified detail message.

MediaDecoderException

public MediaDecoderException(java.lang.String s)
Constructs an MediaDecoderException with a detailed message.